diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-01-23 14:28:13 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-01-23 14:28:13 +0000 |
commit | e53ad8e9166fec6c742237e990792e6de195f5b1 (patch) | |
tree | b4ae9e1cabdb171abf56aa0d321d043cf3a4be6d /sysutils/apcupsd | |
parent | ee542a31a22bf4ff0b0950583ea13dc8352f4558 (diff) | |
download | ports-e53ad8e9166fec6c742237e990792e6de195f5b1.tar.gz ports-e53ad8e9166fec6c742237e990792e6de195f5b1.zip |
Notes
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 |