summaryrefslogtreecommitdiff
path: root/devel/newt
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-04-24 15:50:30 +0000
committerAde Lovett <ade@FreeBSD.org>2000-04-24 15:50:30 +0000
commit5fcc62099e1ed7539b14ca9f61f7fd9458d41b3f (patch)
tree2fd8db937d84cfcc7db7a39f1e71b1a2ec568d28 /devel/newt
parentBy using USE_LIBTOOL, allow popt to build both static (diff)
Adjust dependencies. devel/popt now builds a shared library.
Notes
Notes: svn path=/head/; revision=27966
Diffstat (limited to 'devel/newt')
-rw-r--r--devel/newt/Makefile6
1 files changed, 3 insertions, 3 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