aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-24 13:03:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-24 13:03:55 +0000
commit270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch)
treed906a1023121e31d8ba733cea9aaadba68454b16 /biology
parentcf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff)
downloadports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.tar.gz
ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.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=209683
Diffstat (limited to 'biology')
-rw-r--r--biology/garlic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/garlic/Makefile b/biology/garlic/Makefile
index 210279060ebc..497c008bfed8 100644
--- a/biology/garlic/Makefile
+++ b/biology/garlic/Makefile
@@ -7,7 +7,7 @@
PORTNAME= garlic
PORTVERSION= 1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= biology
MASTER_SITES= http://garlic.mefos.hr/sources/garlic-${PORTVERSION}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -19,8 +19,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= maho@FreeBSD.org
COMMENT= Molecular viewer, editor and visualization program
-USE_XLIB= yes
USE_GMAKE= yes
+USE_XORG= x11
ALL_TARGET= # empty
.if defined(WITH_OPTIMIZED_FLAGS)