diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
commit | a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 (patch) | |
tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /comms/hamlib | |
parent | b7fb6d6f05e67910c9ecd4b0e0e1e0a130f8f54f (diff) |
Notes
Diffstat (limited to 'comms/hamlib')
-rw-r--r-- | comms/hamlib/Makefile | 2 | ||||
-rw-r--r-- | comms/hamlib/files/patch-Makefile.am | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 950190489481..bbd8df22a70a 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= swig:devel/swig13 LIB_DEPENDS= libltdl.so:devel/libltdl INFO= hamlib -USES= autoreconf libtool:keepla pathfix perl5 pkgconfig python shebangfix tcl +USES= autoreconf libtool:keepla pathfix perl5 pathfix pkgconfig python shebangfix tcl USE_PYTHON= py3kplist SHEBANG_FILES= bindings/perltest.pl USE_PERL5= build run diff --git a/comms/hamlib/files/patch-Makefile.am b/comms/hamlib/files/patch-Makefile.am deleted file mode 100644 index 85ed5161ec6b..000000000000 --- a/comms/hamlib/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2015-09-19 12:08:54 UTC -+++ Makefile.am -@@ -3,7 +3,7 @@ - aclocaldir = $(datadir)/aclocal - aclocal_DATA = hamlib.m4 - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = hamlib.pc - - EXTRA_DIST = PLAN TODO LICENSE hamlib.m4 hamlib.pc.in README.developer \ |