diff options
author | krion <krion@FreeBSD.org> | 2004-03-03 22:05:35 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-03 22:05:35 +0800 |
commit | a137c8922c5cf8d917cda2fb704a1c79f560ab8d (patch) | |
tree | 72eeb62f3a7c7a0f6d2f995ecdb1de03d53b6020 /graphics/pixieplus | |
parent | ff6e1961ce69cf8e8f88534dfdc0fa91b99c335f (diff) | |
download | freebsd-ports-gnome-a137c8922c5cf8d917cda2fb704a1c79f560ab8d.tar.gz freebsd-ports-gnome-a137c8922c5cf8d917cda2fb704a1c79f560ab8d.tar.zst freebsd-ports-gnome-a137c8922c5cf8d917cda2fb704a1c79f560ab8d.zip |
- Include x11/kde3/Makefile.kde
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> |