diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 09:58:17 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 09:58:17 +0800 |
commit | fa0258fe7c6fbe2edba347280b443eb8a1663eb7 (patch) | |
tree | 2ac063484dac82b08d6323b3d3ab0b5f83492d60 /graphics | |
parent | 31fa5e14bf2941517f5618de2c453d6f14b0a4fa (diff) | |
download | freebsd-ports-gnome-fa0258fe7c6fbe2edba347280b443eb8a1663eb7.tar.gz freebsd-ports-gnome-fa0258fe7c6fbe2edba347280b443eb8a1663eb7.tar.zst freebsd-ports-gnome-fa0258fe7c6fbe2edba347280b443eb8a1663eb7.zip |
Remove a patch and a call to ldconfig(1) that is now handled with
'USE_LIBTOOL=yes'.
PR: 13677 (9 of 10)
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtkdps/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 8a2c304a4a78..b3c9bf116b71 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -22,7 +22,4 @@ CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" USE_LIBTOOL= yes USE_X_PREFIX= yes -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |