diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
commit | 9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /devel/directfb/Makefile | |
parent | 296877462b8b100e9f83f9c6aa6ed4bff34c6def (diff) | |
download | ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.tar.gz ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.zip |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Notes
Notes:
svn path=/head/; revision=317525
Diffstat (limited to 'devel/directfb/Makefile')
-rw-r--r-- | devel/directfb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile index 8a8d27724fc6..f4ff3c623bd0 100644 --- a/devel/directfb/Makefile +++ b/devel/directfb/Makefile @@ -26,10 +26,9 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix ncurses USE_LDCONFIG= yes USE_PERL5_BUILD=yes -USE_NCURSES= yes DIRECTFB_SHLIB= 5 # LT_CURRENT DIRECTFB_BIN= 5 # LT_BINARY |