summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-03 14:05:35 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-03 14:05:35 +0000
commit217150816663fd727454c8c471edbd63ff4443e0 (patch)
treee09f036a23a1d15dc4cb845a1d256ad870ff043b /graphics
parentChristian Weisgerber <naddy@FreeBSD.org> fixed the metamail fix. (diff)
- Include x11/kde3/Makefile.kde
Notes
Notes: svn path=/head/; revision=102827
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pixieplus/Makefile6
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>