1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Depend on xaw explicitly

- Bump PORTREVISION

Approved by:	garga (mentor, implicit)
This commit is contained in:
Martin Matuska 2007-07-31 12:18:11 +00:00
parent 8c678c2cfa
commit 35f15ae7f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196819

View File

@ -8,7 +8,7 @@
PORTNAME= t1lib
PORTVERSION= 5.1.1
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
@ -24,7 +24,7 @@ ALL_TARGET= without_doc
USE_LDCONFIG= yes
.if !defined(WITHOUT_X11)
USE_XLIB= yes
USE_XORG= xaw
CONFIGURE_ARGS+= --with-x
PLIST_SUB+= X11=""
.else