diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 20:59:40 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 20:59:40 +0800 |
commit | d5cc5bcd5a7d7177013f87d62ab6a418ba512030 (patch) | |
tree | 4d2e91ca2a78c8d9ce1c4490b768793f8c235532 | |
parent | 486fb0ec9212522ec6f4e26b795836712400382c (diff) | |
download | freebsd-ports-gnome-d5cc5bcd5a7d7177013f87d62ab6a418ba512030.tar.gz freebsd-ports-gnome-d5cc5bcd5a7d7177013f87d62ab6a418ba512030.tar.zst freebsd-ports-gnome-d5cc5bcd5a7d7177013f87d62ab6a418ba512030.zip |
Deploy USE_GNOMENG infrastructure
PR: 42187
Submitted by: Edwin Groothuis <edwin@mavetju.org>
-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 |