use WITHOUT_X11 instead of WITH_X11
bump PORTREVISION
This commit is contained in:
parent
d2b9a0ba5b
commit
57d5277a36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58349
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= aalib
|
||||
PORTVERSION= 1.4.r5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aa-project
|
||||
|
@ -18,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.0
|
|||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.if defined(WITH_X11)
|
||||
.if !defined(WITHOUT_X11)
|
||||
USE_XLIB= yes
|
||||
CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \
|
||||
--x-libraries="${X11BASE}/lib"
|
||||
|
|
Loading…
Reference in a new issue