diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 06:33:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 06:33:35 +0800 |
commit | 17f484d1a494128650d41ec27c0b75b94e465e5f (patch) | |
tree | ac456444b3d2e5fd5653458f6691bceef8cc0092 /audio/gogglesmm | |
parent | aefc9ed3a3a226316bc776cbe93cfd9c3d036d28 (diff) | |
download | freebsd-ports-gnome-17f484d1a494128650d41ec27c0b75b94e465e5f.tar.gz freebsd-ports-gnome-17f484d1a494128650d41ec27c0b75b94e465e5f.tar.zst freebsd-ports-gnome-17f484d1a494128650d41ec27c0b75b94e465e5f.zip |
Convert my ports to use the new USES=pkgconfig
Diffstat (limited to 'audio/gogglesmm')
-rw-r--r-- | audio/gogglesmm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index eddc7649ec9e..d3d6bbe7cfca 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -28,8 +28,9 @@ GCRYPT_DESC= Use libgcrypt for md5 calculation HAS_CONFIGURE= yes CONFIGURE_ARGS+= --mandir=${PREFIX}/man --prefix=${PREFIX} MAKE_JOBS_SAFE= yes + +USES= pkgconfig USE_GMAKE= yes -USE_PKGCONFIG= yes USE_XZ= yes INSTALLS_ICONS= yes MAN1= gogglesmm.1 |