diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 01:58:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 01:58:17 +0000 |
commit | a2ab2322b1ae7141cdb2a8d718cfb45ea92aae58 (patch) | |
tree | 6b271258e936c65b5782c13e153686730f27b8fd /graphics/gtkdps | |
parent | 65c3ab06b7dec77d2dcd9370831c597d5e137edc (diff) | |
download | ports-a2ab2322b1ae7141cdb2a8d718cfb45ea92aae58.tar.gz ports-a2ab2322b1ae7141cdb2a8d718cfb45ea92aae58.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>
Notes
Notes:
svn path=/head/; revision=22787
Diffstat (limited to 'graphics/gtkdps')
-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> |