diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2014-02-10 20:49:27 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2014-02-10 20:49:27 +0000 |
commit | afb6e8721c70c2e828324d0f380083985bbe6937 (patch) | |
tree | 052f6c37e5184f05c80e90ad3d7b049030b6c1a4 /graphics/aalib/Makefile | |
parent | 532f64f08c4fa3852957154af3ee3881ddc44318 (diff) | |
download | ports-afb6e8721c70c2e828324d0f380083985bbe6937.tar.gz ports-afb6e8721c70c2e828324d0f380083985bbe6937.zip |
Notes
Diffstat (limited to 'graphics/aalib/Makefile')
-rw-r--r-- | graphics/aalib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 394ca5970bc1..d31107ea223d 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -3,7 +3,7 @@ PORTNAME= aalib PORTVERSION= 1.4.r5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/aa-project/aa-lib/1.4rc5 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} @@ -13,8 +13,7 @@ COMMENT= ASCII art library OPTIONS_DEFINE= X11 -USES= ncurses -USE_AUTOTOOLS= libtool +USES= ncurses libtool WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.0 GNU_CONFIGURE= yes USE_LDCONFIG= yes |