diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 14:30:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 14:30:42 +0000 |
commit | a4bf97bf7c69ca10f5eaa6ead72c1c38be76e8c5 (patch) | |
tree | 5cc091f165440702c8cb9202fa67a718a3b91ef0 /net-im/pidgin-bs/Makefile | |
parent | 67c3ce47d7c1ca69ba10c11644a0460191642ec6 (diff) |
Notes
Diffstat (limited to 'net-im/pidgin-bs/Makefile')
-rw-r--r-- | net-im/pidgin-bs/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile index ce4ea833e8b6..f6addf2a4d8c 100644 --- a/net-im/pidgin-bs/Makefile +++ b/net-im/pidgin-bs/Makefile @@ -17,15 +17,9 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= configure fails on 6.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |