aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-22 16:55:40 +0800
committermiwi <miwi@FreeBSD.org>2008-03-22 16:55:40 +0800
commit2dd61aca4b22d055ca2cba8fa904544f3f8cc39f (patch)
tree02cf3b0413400ead939cdfefbf254965eda87d68 /science
parent1f59d564b6d1f91f3f7effca1734e712238e0340 (diff)
downloadfreebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz
freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.zst
freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'science')
-rw-r--r--science/gromacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index 4019c4511a4f..d82139c702e8 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gromacs
PORTVERSION= 3.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science
MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --without-x
.else
PLIST_SUB+= WITHOUT_X=
CONFIGURE_ARGS+= --with-x
-USE_XLIB= yes
+USE_XORG= x11
.endif
.ifndef WITH_FLOAT