diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-04-23 18:26:09 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-04-23 18:26:09 +0800 |
commit | 580c2770b3945e5eed406c57208093cf71b1b1b5 (patch) | |
tree | 04e6170d2cc2b72b73a4fbf4855cbc6d9202f7c0 /net-im | |
parent | adeccdc4c0c1a16848208c627f4640a434e969a2 (diff) | |
download | freebsd-ports-gnome-580c2770b3945e5eed406c57208093cf71b1b1b5.tar.gz freebsd-ports-gnome-580c2770b3945e5eed406c57208093cf71b1b1b5.tar.zst freebsd-ports-gnome-580c2770b3945e5eed406c57208093cf71b1b1b5.zip |
Convert to USES=gettext
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-bs/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-privacy-please/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile index 23ac137459dc..118480daae15 100644 --- a/net-im/pidgin-bs/Makefile +++ b/net-im/pidgin-bs/Makefile @@ -17,8 +17,8 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes +USES= gettext USE_BZIP2= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin diff --git a/net-im/pidgin-privacy-please/Makefile b/net-im/pidgin-privacy-please/Makefile index 4ae734098966..8089a8ffb2b9 100644 --- a/net-im/pidgin-privacy-please/Makefile +++ b/net-im/pidgin-privacy-please/Makefile @@ -17,8 +17,8 @@ BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes +USES= gettext USE_GMAKE= yes -USE_GETTEXT= yes USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin |