diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 14:28:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 14:28:35 +0000 |
commit | 7740cc5e5d807906f73d50719f58866b3081fff3 (patch) | |
tree | 69e60e81d4d645ce988361eb7072ef05d944e92c /devel/libIDL | |
parent | 9183d3dd3f7ef510350d21fb3e11ba64b9750a58 (diff) | |
download | ports-7740cc5e5d807906f73d50719f58866b3081fff3.tar.gz ports-7740cc5e5d807906f73d50719f58866b3081fff3.zip |
Notes
Diffstat (limited to 'devel/libIDL')
-rw-r--r-- | devel/libIDL/Makefile | 7 | ||||
-rw-r--r-- | devel/libIDL/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index fe288a30b667..ab15be6da6c9 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for creating trees of CORBA IDL files +COMMENT= Library for creating trees of CORBA IDL files -USES= gmake bison pathfix pkgconfig gettext -USE_BZIP2= yes +USES= gmake bison libtool pathfix pkgconfig gettext tar:bzip2 USE_GNOME= glib20 +INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc @@ -23,5 +23,4 @@ LDFLAGS+= -L${LOCALBASE}/lib INFO= libIDL2 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/libIDL/pkg-plist b/devel/libIDL/pkg-plist index 5b9fcbbaeb87..e23ce785722d 100644 --- a/devel/libIDL/pkg-plist +++ b/devel/libIDL/pkg-plist @@ -4,6 +4,7 @@ lib/libIDL-2.a lib/libIDL-2.la lib/libIDL-2.so lib/libIDL-2.so.0 +lib/libIDL-2.so.0.0.0 libdata/pkgconfig/libIDL-2.0.pc @dirrm include/libIDL-2.0/libIDL @dirrm include/libIDL-2.0 |