diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 18:14:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 18:14:25 +0800 |
commit | 19e348eb7d76b93c0f8262df74ca3eee75d823f5 (patch) | |
tree | b45a9e6bff1c1bc567d44b09b71e104d7da6208e /polish/ekg | |
parent | 86c2e0b312003fb029fa298ece1a736182da10d6 (diff) | |
download | freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.tar.gz freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.tar.zst freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.zip |
use USE_PKGCONFIG= build
Bump portrevision for ports which run-depends list changed
Diffstat (limited to 'polish/ekg')
-rw-r--r-- | polish/ekg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index c17b049f9666..8aaeac38a8e2 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -3,7 +3,7 @@ PORTNAME= ekg DISTVERSION= 1.8rc1 -PORTEPOCH= 2 +PORTEPOCH= 3 CATEGORIES= polish net-im MASTER_SITES= http://ekg.chmurka.net/ @@ -15,7 +15,8 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack +USE_PKGCONFIG= build CONFIGURE_ARGS+=--disable-shared \ --disable-static \ --enable-dynamic \ |