diff options
author | demon <demon@FreeBSD.org> | 2004-07-15 05:18:05 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-07-15 05:18:05 +0000 |
commit | 4d558f7f7453f201cedd0073df479adc117e6396 (patch) | |
tree | 674ec229fc6c5d9a8be72c8fc7ceb739924aa540 /net-mgmt/mrtg | |
parent | 74ada929880687d6b21d7f43177804f9d8a97880 (diff) | |
download | FreeBSD-ports-4d558f7f7453f201cedd0073df479adc117e6396.zip FreeBSD-ports-4d558f7f7453f201cedd0073df479adc117e6396.tar.gz |
graphics/gd1 port has gone.
Diffstat (limited to 'net-mgmt/mrtg')
-rw-r--r-- | net-mgmt/mrtg/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 27a6689..9f670f2 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -24,15 +24,9 @@ RUN_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 -.if defined(WITH_GD1) -LIB_DEPENDS= gd1.2:${PORTSDIR}/graphics/gd1 -CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \ - --with-gd-inc=${LOCALBASE}/include/gd -.else LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \ --with-gd-inc=${LOCALBASE}/include -.endif USE_PERL5= YES MAKE_ENV+= PERL=${PERL} @@ -48,11 +42,7 @@ MAN1= cfgmaker.1 indexmaker.1 mrtg-contrib.1 mrtg-faq.1 mrtg-forum.1 \ post-patch: ${RM} ${WRKSRC}/lib/mrtg2/BER.pm ${WRKSRC}/lib/mrtg2/SNMP_*.pm -.if defined(WITH_GD1) - ${PERL} -pi -e 's:%%GD%%:-lgd1:g' ${WRKSRC}/configure -.else ${PERL} -pi -e 's:%%GD%%:-lgd:g' ${WRKSRC}/configure -.endif do-install: ${MKDIR} -m 755 ${PREFIX}/etc/mrtg |