diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
commit | cda30a295fd474159658e5a43f99f4441d06682f (patch) | |
tree | 2007491b9bfa70afd7bf89bf4d2324df2200b1b2 /biology | |
parent | 483c9c20a1b87e8a7e307cb57e7e556dc8be9a5d (diff) | |
download | ports-cda30a295fd474159658e5a43f99f4441d06682f.tar.gz ports-cda30a295fd474159658e5a43f99f4441d06682f.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/protomol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile index 1a004ef8634c..9edae0d80a78 100644 --- a/biology/protomol/Makefile +++ b/biology/protomol/Makefile @@ -6,7 +6,7 @@ PORTNAME= protomol PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USE_XLIB= yes USE_GCC= 3.4+ # Hack to cure a misbehavior of the configure script |