diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /cad | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) | |
download | ports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209644
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 81c90b5c5293..a35bebc1547c 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -6,6 +6,7 @@ PORTNAME= alliance PORTVERSION= 5.0.20070718 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www-asim.lip6.fr/pub/alliance/distribution/5.0/ \ ${MASTER_SITE_LOCAL} @@ -23,7 +24,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 USE_BISON= build USE_GMAKE= yes USE_MOTIF= yes -USE_XLIB= yes HAS_CONFIGURE= yes CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} |