diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
commit | 5a1964dbcdc0128fad7ad6894a9b3683b8e997c8 (patch) | |
tree | e758d068d77a1912b656f82019bb6260b7ab9f96 /x11/xscreensaver-gnome | |
parent | cc6596753b50e5161161c7635e1daed11d676428 (diff) | |
download | ports-5a1964dbcdc0128fad7ad6894a9b3683b8e997c8.tar.gz ports-5a1964dbcdc0128fad7ad6894a9b3683b8e997c8.zip |
Notes
Diffstat (limited to 'x11/xscreensaver-gnome')
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index df4a9cc1e4e7..b300b169837d 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -23,7 +23,7 @@ USE_XPM= yes USE_MESA= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomehier libglade2 +USE_GNOME= gnomehier libglade2 gnomehack GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks \ @@ -67,8 +67,6 @@ MAN1= anemone.1 ant.1 apollonian.1 atlantis.1 attraction.1 blaster.1 \ xscreensaver-getimage.1 xscreensaver-gl-helper.1 xscreensaver.1 post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|malloc[.]h|stdlib.h|g' \ ${WRKSRC}/hacks/glx/extrusion.c @${REINPLACE_CMD} -e 's|
||' \ |