diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-06 05:02:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-06 05:02:35 +0800 |
commit | 43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356 (patch) | |
tree | bd2c448bb40aee1875a6c90d15fc48f1ff018baa | |
parent | 393ef9f6d601cf7342022d5260c0851acf48485e (diff) | |
download | freebsd-ports-gnome-43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356.tar.gz freebsd-ports-gnome-43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356.tar.zst freebsd-ports-gnome-43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356.zip |
Convert to new GNOME infrastructure.
-rw-r--r-- | games/euchre/Makefile | 2 | ||||
-rw-r--r-- | net-im/jabber-yahoo/Makefile | 2 | ||||
-rw-r--r-- | net/jabber-yahoo/Makefile | 2 | ||||
-rw-r--r-- | sysutils/sjog/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/euchre/Makefile b/games/euchre/Makefile index b4f063549b80..16787568a9df 100644 --- a/games/euchre/Makefile +++ b/games/euchre/Makefile @@ -15,6 +15,6 @@ MAINTAINER= laszlof@freebsdmatrix.net COMMENT= Very popular card game with variable skill levels USE_AUTOMAKE= yes -USE_GTK= yes +USE_GNOME= gtk12 .include <bsd.port.mk> diff --git a/net-im/jabber-yahoo/Makefile b/net-im/jabber-yahoo/Makefile index 60e0672af549..c3e095fe61b5 100644 --- a/net-im/jabber-yahoo/Makefile +++ b/net-im/jabber-yahoo/Makefile @@ -18,7 +18,7 @@ COMMENT= Jabber Yahoo Transport module BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv -USE_GLIB= yes +USE_GNOME= glib12 USE_GMAKE= yes WRKSRC= ${WRKDIR}/yahoo-transport-2 diff --git a/net/jabber-yahoo/Makefile b/net/jabber-yahoo/Makefile index 60e0672af549..c3e095fe61b5 100644 --- a/net/jabber-yahoo/Makefile +++ b/net/jabber-yahoo/Makefile @@ -18,7 +18,7 @@ COMMENT= Jabber Yahoo Transport module BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv -USE_GLIB= yes +USE_GNOME= glib12 USE_GMAKE= yes WRKSRC= ${WRKDIR}/yahoo-transport-2 diff --git a/sysutils/sjog/Makefile b/sysutils/sjog/Makefile index f95785f1569f..d7afbd453472 100644 --- a/sysutils/sjog/Makefile +++ b/sysutils/sjog/Makefile @@ -17,7 +17,7 @@ COMMENT= Userland daemon for Sony Vaio Jog Dial ONLY_FOR_ARCHS= i386 USE_AUTOMAKE= yes GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOME= gtk12 USE_GMAKE= yes .include <bsd.port.mk> |