diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-24 23:20:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-24 23:20:56 +0000 |
commit | 5ccb19d2e92183fe7a4660a560b80a67d78c5220 (patch) | |
tree | 614ab225c45a2e1912d5cc986cc173a6d119f16b /devel/libticalcs | |
parent | acb6354489c37a378caf138e08c1d1aa485f4f40 (diff) | |
download | ports-5ccb19d2e92183fe7a4660a560b80a67d78c5220.tar.gz ports-5ccb19d2e92183fe7a4660a560b80a67d78c5220.zip |
Notes
Diffstat (limited to 'devel/libticalcs')
-rw-r--r-- | devel/libticalcs/Makefile | 5 | ||||
-rw-r--r-- | devel/libticalcs/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/libticalcs/files/patch-macros-Makefile.in | 11 | ||||
-rw-r--r-- | devel/libticalcs/pkg-plist | 1 |
4 files changed, 11 insertions, 16 deletions
diff --git a/devel/libticalcs/Makefile b/devel/libticalcs/Makefile index 3cf36e5987b2..b194fc6901f5 100644 --- a/devel/libticalcs/Makefile +++ b/devel/libticalcs/Makefile @@ -15,14 +15,11 @@ MASTER_SITE_SUBDIR= tilp MAINTAINER= tijl@ulyssis.org COMMENT= TI calculator library -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= ticables.10:${PORTSDIR}/comms/libticables \ tifiles.5:${PORTSDIR}/devel/libtifiles USE_GETTEXT= yes -USE_GNOME= glib20 -USE_AUTOMAKE_VER= 15 +USE_GNOME= glib20 pkgconfig GNU_CONFIGURE= yes USE_LIBTOOL_VER= 13 USE_GMAKE= yes diff --git a/devel/libticalcs/files/patch-configure b/devel/libticalcs/files/patch-configure new file mode 100644 index 000000000000..8ab11781069a --- /dev/null +++ b/devel/libticalcs/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Mar 23 17:19:45 2004 ++++ configure Tue Mar 23 17:20:06 2004 +@@ -1946,6 +1946,7 @@ + ACLOCALDIR=`aclocal --print-ac-dir` + + fi ++ACLOCALDIR="" + + + if test x$ACLOCALDIR != x ; then diff --git a/devel/libticalcs/files/patch-macros-Makefile.in b/devel/libticalcs/files/patch-macros-Makefile.in deleted file mode 100644 index e40ae901c72b..000000000000 --- a/devel/libticalcs/files/patch-macros-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- macros/Makefile.in.orig Sat Sep 20 13:34:57 2003 -+++ macros/Makefile.in Sat Sep 20 13:35:18 2003 -@@ -194,7 +194,7 @@ - done - - --aclocaldir = @ACLOCALDIR@ -+aclocaldir = ${datadir}/aclocal - - @Aclocal_TRUE@aclocal_DATA = ticalcs.m4 - subdir = macros diff --git a/devel/libticalcs/pkg-plist b/devel/libticalcs/pkg-plist index 01aaf6cc6482..a5cf06d04a41 100644 --- a/devel/libticalcs/pkg-plist +++ b/devel/libticalcs/pkg-plist @@ -16,6 +16,5 @@ lib/libticalcs-4.la lib/libticalcs-4.so lib/libticalcs-4.so.5 libdata/pkgconfig/ticalcs-4.pc -share/aclocal/ticalcs.m4 share/locale/fr/LC_MESSAGES/libticalcs.mo @unexec rmdir %D/include/tilp 2>/dev/null || true |