diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-05-12 13:56:23 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-05-12 13:56:23 +0000 |
commit | 1fac3cf14f18607756ae422394e2347a064b0d4a (patch) | |
tree | 9b7bdd8c338459d0f5793ebe7bb4fa515c778a57 /x11-toolkits/paragui-devel | |
parent | 9d84cc1d368c01cd5ad0e807c2d983ddee5d5d87 (diff) | |
download | ports-1fac3cf14f18607756ae422394e2347a064b0d4a.tar.gz ports-1fac3cf14f18607756ae422394e2347a064b0d4a.zip |
Notes
Diffstat (limited to 'x11-toolkits/paragui-devel')
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index a4d6e5d7be3d..7ed4263cb35d 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -10,17 +10,17 @@ PORTNAME= paragui PORTVERSION= 1.0.4 PORTREVISION= 5 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ + http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= Cross-platform high-level application framework and GUI library LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \ expat.6:${PORTSDIR}/textproc/expat2 USE_X_PREFIX= yes -USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 USE_SDL= sdl image ttf CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ @@ -33,7 +33,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}" .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "does not build on ${ARCH}" +BROKEN= does not build on ${ARCH} .endif post-extract: |