diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-31 07:26:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-31 07:26:50 +0000 |
commit | dbd3fce72447fcf1ad9debaca91e011a207045f7 (patch) | |
tree | ea49b2924d1f12cfae5bd47fe8924bb11d72b881 /science/chemtool-devel | |
parent | Update to 2.10.2, and register a dependency upon libgdl-1 if gdl is (diff) |
- Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12
Approved by: portmgr (marcus)
Diffstat (limited to 'science/chemtool-devel')
-rw-r--r-- | science/chemtool-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile index 6b0572a3159f..2d4acea615fd 100644 --- a/science/chemtool-devel/Makefile +++ b/science/chemtool-devel/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-gtk2/ USE_REINPLACE= yes -USE_GTK= yes +USE_GNOME= gtk12 USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes USE_GMAKE= yes |