diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-03 03:05:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-03 03:05:32 +0800 |
commit | ddaf97c9d5b76bb6f27cc8a64505d08a4d385cf7 (patch) | |
tree | ec1a9e3d6183d2b29c94b9cfe73c15116ffd8f6f /science | |
parent | 5c01573216e4fec5aacf52cabe9e0033609eb6e5 (diff) | |
download | freebsd-ports-gnome-ddaf97c9d5b76bb6f27cc8a64505d08a4d385cf7.tar.gz freebsd-ports-gnome-ddaf97c9d5b76bb6f27cc8a64505d08a4d385cf7.tar.zst freebsd-ports-gnome-ddaf97c9d5b76bb6f27cc8a64505d08a4d385cf7.zip |
Chase the gcu shared lib version.
Diffstat (limited to 'science')
-rw-r--r-- | science/gchempaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index bc301317ad3c..9b023a6f9dac 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -6,6 +6,7 @@ PORTNAME= gchempaint PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/unstable.pkg/${PORTVERSION} @@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/unstable.pkg/${PORTVERSION} MAINTAINER= pav@oook.cz COMMENT= 2D chemical structures editor for GNOME 2 -LIB_DEPENDS= gcu.1:${PORTSDIR}/science/gchemutils +LIB_DEPENDS= gcu.2:${PORTSDIR}/science/gchemutils USE_BZIP2= yes USE_X_PREFIX= yes |