diff options
Diffstat (limited to 'graphics/pixie')
-rw-r--r-- | graphics/pixie/Makefile | 10 | ||||
-rw-r--r-- | graphics/pixie/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index 21fa7cbda03b..c3159a5b80eb 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pixie -PORTVERSION= 1.3.25 +PORTVERSION= 1.3.26 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -39,6 +39,12 @@ PIXIE_SHLIBS= file framebuffer rgbe PKGMESSAGE= ${WRKDIR}/pkg-message +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +NOT_FOR_ARCHS= alpha +.endif + post-patch: @${REINPLACE_CMD} -i "" -e 's|malloc\.h|stdlib\.h|g' \ `${FIND} -E ${WRKSRC} -iregex '.*\.(cpp|h)'` @@ -106,4 +112,4 @@ post-install: @(${SED} -e 's|%%PREFIX%%|${PREFIX}|; s|%%PORTNAME%%|${PORTNAME}|' \ <pkg-message >${PKGMESSAGE} && ${CAT} ${PKGMESSAGE}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/pixie/distinfo b/graphics/pixie/distinfo index ad749d7fdeb0..65b23c4c4d9d 100644 --- a/graphics/pixie/distinfo +++ b/graphics/pixie/distinfo @@ -1,2 +1,2 @@ -MD5 (Pixie-src-1.3.25.tgz) = f0a726a007f7f35f6d13d56bbb4ebd29 -SIZE (Pixie-src-1.3.25.tgz) = 4973521 +MD5 (Pixie-src-1.3.26.tgz) = 41edc8e96dcb7d4a1a669f28be36e31c +SIZE (Pixie-src-1.3.26.tgz) = 4969827 |