diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2004-01-23 22:28:13 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2004-01-23 22:28:13 +0800 |
commit | 5953588d93eff8a836647d3ef83b7cc4e7c50f35 (patch) | |
tree | fcb0581c0aac7ceb3058e3099185e62abe91d09a /sysutils/apcupsd | |
parent | eaac9626d54d2e948026e4871ae9ae0b07d3402d (diff) | |
download | freebsd-ports-gnome-5953588d93eff8a836647d3ef83b7cc4e7c50f35.tar.gz freebsd-ports-gnome-5953588d93eff8a836647d3ef83b7cc4e7c50f35.tar.zst freebsd-ports-gnome-5953588d93eff8a836647d3ef83b7cc4e7c50f35.zip |
o) Fix Problem with forcing use of internel libgd and an installed
one in /usr/local/lib. Now alway libgd out of the ports collection
is used.
PR: -
Submitted by: artur@pydo.org, stefano@merlinobbs.net, glyn@grinstead.org
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 5 | ||||
-rw-r--r-- | sysutils/apcupsd/files/patch-configure-internal-libgd | 13 |
2 files changed, 3 insertions, 15 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 369d07ef2113..d05f28e32b5e 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= apcupsd PORTVERSION= 3.10.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= Lars.Koeller@Uni-Bielefeld.de COMMENT= A daemon for controlling APC UPS -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + gd.4:${PORTSDIR}/graphics/gd USE_REINPLACE= yes diff --git a/sysutils/apcupsd/files/patch-configure-internal-libgd b/sysutils/apcupsd/files/patch-configure-internal-libgd deleted file mode 100644 index a7e914528de4..000000000000 --- a/sysutils/apcupsd/files/patch-configure-internal-libgd +++ /dev/null @@ -1,13 +0,0 @@ -*** configure.org Sun Jan 18 17:20:53 2004 ---- configure Sun Jan 18 17:21:48 2004 -*************** -*** 8924,8929 **** ---- 8924,8931 ---- - fi - - fi -+ # Always use internal libgd LK!!! -+ SYS_GD_FOUND=no - if test "${SYS_GD_FOUND}" = "no" - then - if test -d src/gd1.2 |