diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 17:03:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 17:03:40 +0800 |
commit | 8ecb508d762e9d2149264a51f089c8b66986b6b9 (patch) | |
tree | 97403579fbaa2d6a14b02f6e87b9d0e3c90d7639 | |
parent | ffca3522226ce469a59c0896fc22253b2f4e93c1 (diff) | |
download | freebsd-ports-gnome-8ecb508d762e9d2149264a51f089c8b66986b6b9.tar.gz freebsd-ports-gnome-8ecb508d762e9d2149264a51f089c8b66986b6b9.tar.zst freebsd-ports-gnome-8ecb508d762e9d2149264a51f089c8b66986b6b9.zip |
Eliminate USE_GNOME=pkgconfig from comms
-rw-r--r-- | comms/hamlib/Makefile | 4 | ||||
-rw-r--r-- | comms/morse/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index f3051fa84c27..f78b2004e156 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -13,8 +13,8 @@ LICENSE= LGPL20 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -USE_GNOME= pkgconfig gnomehack libxml2 -USE_PERL5= yes +USES= perl5 pkgconfig pathfix +USE_GNOME= libxml2 USE_TCL= yes USE_PYTHON= yes USE_AUTOTOOLS= autoconf libtool libltdl diff --git a/comms/morse/Makefile b/comms/morse/Makefile index a733e85c6c60..ebba337387e6 100644 --- a/comms/morse/Makefile +++ b/comms/morse/Makefile @@ -37,7 +37,7 @@ LDFLAGS+= -L${PREFIX}/lib .elif ${PORT_OPTIONS:MPULSEAUDIO} MAKE_FLAGS+= DEVICE=PA LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio -USE_GNOME= pkgconfig +USES+= pkgconfig .endif do-install: |