diff options
author | ade <ade@FreeBSD.org> | 2000-04-24 23:50:30 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-04-24 23:50:30 +0800 |
commit | 91de159478a2da3034e12bd42c4588d6addba106 (patch) | |
tree | d2bf9f397f587d72eb67b027a29a44abda28c11e /sysutils/logrotate | |
parent | b087055fe986811df93153de631c3891d19eef1c (diff) | |
download | freebsd-ports-gnome-91de159478a2da3034e12bd42c4588d6addba106.tar.gz freebsd-ports-gnome-91de159478a2da3034e12bd42c4588d6addba106.tar.zst freebsd-ports-gnome-91de159478a2da3034e12bd42c4588d6addba106.zip |
Adjust dependencies. devel/popt now builds a shared library.
Diffstat (limited to 'sysutils/logrotate')
-rw-r--r-- | sysutils/logrotate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index 1d501ea188b4..70da5ba64ad1 100644 --- a/sysutils/logrotate/Makefile +++ b/sysutils/logrotate/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= -1.src.rpm MAINTAINER= ycheng@sinica.edu.tw BUILD_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/misc/rpm \ - ${LOCALBASE}/lib/libpopt.a:${PORTSDIR}/devel/popt +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes MAN8= logrotate.8 |