aboutsummaryrefslogtreecommitdiff
path: root/multimedia/slideshow/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
commit0d2725682b8325a08b11592d11062997bb9dc7f2 (patch)
tree46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /multimedia/slideshow/Makefile
parent750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff)
downloadports-0d2725682b8325a08b11592d11062997bb9dc7f2.tar.gz
ports-0d2725682b8325a08b11592d11062997bb9dc7f2.zip
Notes
Diffstat (limited to 'multimedia/slideshow/Makefile')
-rw-r--r--multimedia/slideshow/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/multimedia/slideshow/Makefile b/multimedia/slideshow/Makefile
index 8f6c6d4faf2b..371eae4e77e1 100644
--- a/multimedia/slideshow/Makefile
+++ b/multimedia/slideshow/Makefile
@@ -7,7 +7,7 @@
PORTNAME= slideshow
PORTVERSION= 0.8.0.p5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-pre/}
@@ -25,7 +25,11 @@ USE_AUTOTOOLS= libtool:15
USE_PYTHON= yes
USE_SDL= image ttf
CONFIGURE_ARGS+= --disable-gtk-gui
-CONFIGURE_ENV+= LDFLAGS="-lstdc++"
+CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lstdc++ -lpng"
+
+BROKEN= dead project and doesn't work with recent sdl
+DEPRECATED= ${BROKEN}
+EXPIRATION_DATE=2006-10-17
.include <bsd.port.pre.mk>