diff options
author | ade <ade@FreeBSD.org> | 2000-04-24 15:50:30 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-04-24 15:50:30 +0000 |
commit | 91de159478a2da3034e12bd42c4588d6addba106 (patch) | |
tree | d2bf9f397f587d72eb67b027a29a44abda28c11e | |
parent | b087055fe986811df93153de631c3891d19eef1c (diff) | |
download | FreeBSD-ports-91de159478a2da3034e12bd42c4588d6addba106.zip FreeBSD-ports-91de159478a2da3034e12bd42c4588d6addba106.tar.gz |
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 bdc3ea3..e0cd657 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 1d501ea..70da5ba 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 |