diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-04-24 23:50:30 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-04-24 23:50:30 +0800 |
commit | 5fcc62099e1ed7539b14ca9f61f7fd9458d41b3f (patch) | |
tree | 2fd8db937d84cfcc7db7a39f1e71b1a2ec568d28 /sysutils | |
parent | a5a63ffb70eeec80754fc7f6a276f19d9a3c461c (diff) | |
download | freebsd-ports-gnome-5fcc62099e1ed7539b14ca9f61f7fd9458d41b3f.tar.gz freebsd-ports-gnome-5fcc62099e1ed7539b14ca9f61f7fd9458d41b3f.tar.zst freebsd-ports-gnome-5fcc62099e1ed7539b14ca9f61f7fd9458d41b3f.zip |
Adjust dependencies. devel/popt now builds a shared library.
Diffstat (limited to 'sysutils')
-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 |