fix another fookup after gd update.
This commit is contained in:
parent
34f9df4dcc
commit
bed12fb4cd
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2005/07/03 00:53:18 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2005/10/22 14:11:23 fgsch Exp $
|
||||
|
||||
COMMENT= "multi-router traffic grapher"
|
||||
|
||||
DISTNAME= mrtg-2.12.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= net
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}pub/
|
||||
@ -16,6 +17,8 @@ RUN_DEPENDS= ::net/p5-SNMP_Session \
|
||||
|
||||
MAINTAINER= Brad Smith <brad@openbsd.org>
|
||||
|
||||
MODULES= converters/libiconv
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -29,6 +32,11 @@ CONFIGURE_ARGS= --with-gd-inc="${LOCALBASE}/include" \
|
||||
--with-gd-lib="${LOCALBASE}/lib" \
|
||||
--with-png-inc="${LOCALBASE}/include" \
|
||||
--with-png-lib="${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \
|
||||
LIBS="-liconv"
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user