diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 18:31:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 18:31:45 +0800 |
commit | c408aee7bacfc3e9618d11a9191806712de99f3c (patch) | |
tree | 7e0826f7122ecbf50b3ce59afb9d0beb0dc8d47d /polish | |
parent | 442da5dae69e277abf4bcc96b3fd4e16b91540a5 (diff) | |
download | freebsd-ports-gnome-c408aee7bacfc3e9618d11a9191806712de99f3c.tar.gz freebsd-ports-gnome-c408aee7bacfc3e9618d11a9191806712de99f3c.tar.zst freebsd-ports-gnome-c408aee7bacfc3e9618d11a9191806712de99f3c.zip |
Eliminate USE_GNOME=pkgconfig from polish
Diffstat (limited to 'polish')
-rw-r--r-- | polish/gnugadu2/Makefile | 3 | ||||
-rw-r--r-- | polish/libgadu/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index aaa520478db1..30fbc618b9d9 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu \ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USES= gettext perl5 -USE_GMAKE= yes +USES= gettext gmake perl5 pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes USE_XORG= x11 xaw ice xscrnsaver diff --git a/polish/libgadu/Makefile b/polish/libgadu/Makefile index 8185e78de2d3..c9be3b235d91 100644 --- a/polish/libgadu/Makefile +++ b/polish/libgadu/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 CONFLICTS= pl-ekg-1.[0-6]* -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \ |