diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 09:03:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 09:03:40 +0000 |
commit | b8871ecaa0024fad59515d54aa41c6ab030f9402 (patch) | |
tree | 97403579fbaa2d6a14b02f6e87b9d0e3c90d7639 /comms | |
parent | 5e04dfb987a06fe3e55ade30cf92ddf2d0ae43c5 (diff) | |
download | ports-b8871ecaa0024fad59515d54aa41c6ab030f9402.tar.gz ports-b8871ecaa0024fad59515d54aa41c6ab030f9402.zip |
Notes
Diffstat (limited to '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: |