summaryrefslogtreecommitdiffstats
path: root/multimedia/slideshow/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-10 20:10:41 +0000
committerkrion <krion@FreeBSD.org>2003-08-10 20:10:41 +0000
commit78a30f0b1d7308eefa0f8534591fb14ff9579a83 (patch)
tree14d11078c0e23bfa9178d3a9d8e2899c4ab54633 /multimedia/slideshow/Makefile
parent35ba019d2f4c7443b268471d1b4c1878ef53432b (diff)
downloadFreeBSD-ports-78a30f0b1d7308eefa0f8534591fb14ff9579a83.zip
FreeBSD-ports-78a30f0b1d7308eefa0f8534591fb14ff9579a83.tar.gz
Update to 0.8.0.p5
The upgrade should fix the build problems with GCC 3.3 and issues with 16 bit colour depth. PR: 55352 Submitted by: maintainer
Diffstat (limited to 'multimedia/slideshow/Makefile')
-rw-r--r--multimedia/slideshow/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/slideshow/Makefile b/multimedia/slideshow/Makefile
index aa1e9a2..d40380c 100644
--- a/multimedia/slideshow/Makefile
+++ b/multimedia/slideshow/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= slideshow
-PORTVERSION= 0.8.0.p4
+PORTVERSION= 0.8.0.p5
CATEGORIES= multimedia
MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION:S/.p/-pre/}/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-pre/}
@@ -19,8 +19,10 @@ LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
xml2.5:${PORTSDIR}/textproc/libxml2 \
smpeg.1:${PORTSDIR}/multimedia/smpeg
+WRKSRC= ${WRKDIR}/${DISTNAME:C/-pre.*//}
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
INSTALLS_SHLIB= yes
+USE_GMAKE= yes
USE_LIBTOOL= yes
USE_PYTHON= yes
USE_REINPLACE= yes
@@ -62,6 +64,5 @@ do-install:
post-install:
@${STRIP_CMD} ${PREFIX}/lib/libslideshow.so.0
# @${STRIP_CMD} ${PYTHONPREFIX_SITELIBDIR}/_slideshow.so
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud