diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-08 07:43:07 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-08 07:43:07 +0000 |
commit | fb3d98cc95697656fe1d6e7db19b12ff885a5735 (patch) | |
tree | f35d1a7298d53ca4c99bd78d1d84eb0fdc8b40aa /x11/libSM | |
parent | fcd1243a0802c34fc408ab99fc503d3c7490469b (diff) | |
download | ports-fb3d98cc95697656fe1d6e7db19b12ff885a5735.tar.gz ports-fb3d98cc95697656fe1d6e7db19b12ff885a5735.zip |
Notes
Diffstat (limited to 'x11/libSM')
-rw-r--r-- | x11/libSM/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 2c06c0c7ae61..b5ea6579910c 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -28,11 +28,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL_VER=13 -USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig -post-patch: - ${REINPLACE_CMD} 's|xproto x11|xproto|g' ${WRKSRC}/configure - .include <bsd.port.mk> |