diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-26 01:42:38 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-26 01:42:38 +0000 |
commit | 789fd3c701ba6c26687c15d8857ccc17d4163774 (patch) | |
tree | ccbf73f8fa8630399f9cb4ac77d2782fa9896273 /x11/xscreensaver-gnome/Makefile | |
parent | 5988a24860251279f4fee4b34e914340dc00be1c (diff) | |
download | FreeBSD-ports-789fd3c701ba6c26687c15d8857ccc17d4163774.zip FreeBSD-ports-789fd3c701ba6c26687c15d8857ccc17d4163774.tar.gz |
Revert the last commit. gnomehack takes care of this.
Reported by: bland
Pointy hat to: me
Diffstat (limited to 'x11/xscreensaver-gnome/Makefile')
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 263a16c..d77265e 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -88,7 +88,5 @@ post-patch: ${WRKSRC}/hacks/glx/extrusion.c @${REINPLACE_CMD} -e 's|
||' \ ${WRKSRC}/hacks/glx/klein.c - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure .include <bsd.port.post.mk> |