diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 12:59:40 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 12:59:40 +0000 |
commit | 5dec55380d9178c61f0f60c855c93f82aaa57596 (patch) | |
tree | 7831471f546fba5e97a034c683f4246412bbd29c /biology | |
parent | f7fe045b45b45ddf0233719d209c484a3a3def12 (diff) | |
download | ports-5dec55380d9178c61f0f60c855c93f82aaa57596.tar.gz ports-5dec55380d9178c61f0f60c855c93f82aaa57596.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/gperiodic/Makefile | 3 | ||||
-rw-r--r-- | biology/xmolwt/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile index 4e85c0d8190e..b0f21fdf50b6 100644 --- a/biology/gperiodic/Makefile +++ b/biology/gperiodic/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ \ MAINTAINER= chris@unixpages.org USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/biology/xmolwt/Makefile b/biology/xmolwt/Makefile index 6be621b26c6b..9e7d43481633 100644 --- a/biology/xmolwt/Makefile +++ b/biology/xmolwt/Makefile @@ -15,7 +15,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME} MAKEFILE= Makefile.gtk USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gmolwt ${PREFIX}/bin |