diff options
Diffstat (limited to 'devel/libast/Makefile')
-rw-r--r-- | devel/libast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 6fe587f17f2c..a5fa310161c4 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -13,8 +13,8 @@ COMMENT= Library of assorted spiffy things LICENSE= MIT -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libImlib2.so:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS= libpcre.so:devel/pcre \ + libImlib2.so:graphics/imlib2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |