diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /misc/xdelta | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.zst freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.zip |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'misc/xdelta')
-rw-r--r-- | misc/xdelta/Makefile | 1 | ||||
-rw-r--r-- | misc/xdelta/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index b571adcdc5f8..042c259dbfc2 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes +INSTALL_SHLIBS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS=-L${LOCALBASE}/lib \ GLIB_CONFIG="${GLIB_CONFIG}" diff --git a/misc/xdelta/pkg-plist b/misc/xdelta/pkg-plist index d46b310d9668..28b1b9369103 100644 --- a/misc/xdelta/pkg-plist +++ b/misc/xdelta/pkg-plist @@ -11,7 +11,6 @@ lib/libxdelta.a lib/libedsio.so.0 lib/libedsio.so lib/libedsio.a -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/aclocal/xdelta.m4 @unexec install-info --delete %D/info/xdelta.info %D/info/dir info/xdelta.info |