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 | |
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.
-rw-r--r-- | devel/newt/Makefile | 6 | ||||
-rw-r--r-- | sysutils/logrotate/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile index bdc3ea39da48..e0cd657abfdd 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -17,10 +17,10 @@ EXTRACT_SUFX= .src.rpm MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ + popt.0:${PORTSDIR}/devel/popt BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm \ - python:${PORTSDIR}/lang/python \ - ${LOCALBASE}/include/popt.h:${PORTSDIR}/devel/popt + python:${PORTSDIR}/lang/python USE_GMAKE= yes GNU_CONFIGURE= yes 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 |