diff options
Diffstat (limited to 'devel/newt/Makefile')
-rw-r--r-- | devel/newt/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |