diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 17:03:40 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 17:03:40 +0800 |
commit | b8871ecaa0024fad59515d54aa41c6ab030f9402 (patch) | |
tree | 97403579fbaa2d6a14b02f6e87b9d0e3c90d7639 /comms/hamlib | |
parent | 5e04dfb987a06fe3e55ade30cf92ddf2d0ae43c5 (diff) | |
download | freebsd-ports-gnome-b8871ecaa0024fad59515d54aa41c6ab030f9402.tar.gz freebsd-ports-gnome-b8871ecaa0024fad59515d54aa41c6ab030f9402.tar.zst freebsd-ports-gnome-b8871ecaa0024fad59515d54aa41c6ab030f9402.zip |
Eliminate USE_GNOME=pkgconfig from comms
Diffstat (limited to 'comms/hamlib')
-rw-r--r-- | comms/hamlib/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |