diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-03 14:05:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-03 14:05:35 +0000 |
commit | 217150816663fd727454c8c471edbd63ff4443e0 (patch) | |
tree | e09f036a23a1d15dc4cb845a1d256ad870ff043b /graphics/pixieplus | |
parent | 99e7c846ee181bf898b56c567ab31b18d9c1eaea (diff) | |
download | ports-217150816663fd727454c8c471edbd63ff4443e0.tar.gz ports-217150816663fd727454c8c471edbd63ff4443e0.zip |
Notes
Diffstat (limited to 'graphics/pixieplus')
-rw-r--r-- | graphics/pixieplus/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 4e69cc6c2541..8aab7ab717bd 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -22,12 +22,8 @@ CONFIGURE_ARGS+= --program-prefix='' USE_GMAKE= yes USE_KDELIBS_VER=3 INSTALLS_SHLIB= yes -USE_REINPLACE= yes USE_LIBTOOL= yes .include <bsd.port.pre.mk> - -post-patch: - ${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure - +.include "${PORTSDIR}/x11/kde3/Makefile.kde" .include <bsd.port.post.mk> |