diff options
Diffstat (limited to 'devel/dprog/Makefile')
-rw-r--r-- | devel/dprog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dprog/Makefile b/devel/dprog/Makefile index 819088eef8bb..54d195206356 100644 --- a/devel/dprog/Makefile +++ b/devel/dprog/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.daimi.au.dk/~mailund/dprog/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Language for specifying dynamic programming algorithms -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:devel/popt GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include |