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 /graphics/urt | |
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 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 1 | ||||
-rw-r--r-- | graphics/urt/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index dfc524a6a1ca..c33e91b197b4 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -24,6 +24,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z USE_XLIB= yes +INSTALL_SHLIBS= yes NO_WRKSUBDIR= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= config/urt diff --git a/graphics/urt/pkg-plist b/graphics/urt/pkg-plist index da47e8a78247..26cadeee57d5 100644 --- a/graphics/urt/pkg-plist +++ b/graphics/urt/pkg-plist @@ -76,8 +76,6 @@ include/rle_raw.h lib/librle.a lib/librle.so lib/librle.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @comment if compressed RLE.5 doesn't work. man/man5/RLE.5 man/man5/rle.5 |