diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-11 14:33:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-11 14:33:47 +0000 |
commit | 46a4cbb815d1b65ca3610ec4547f175465c3609c (patch) | |
tree | 03d485eeb8b7f560c4a96f6b2dd48bd5c2a5e67c /graphics/gpaint | |
parent | 15ec1cfe29bd91100dd771e7241c1b02995c375b (diff) | |
download | ports-46a4cbb815d1b65ca3610ec4547f175465c3609c.tar.gz ports-46a4cbb815d1b65ca3610ec4547f175465c3609c.zip |
Notes
Diffstat (limited to 'graphics/gpaint')
-rw-r--r-- | graphics/gpaint/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 130cf80b35b9..461fbf1a38a4 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -8,20 +8,16 @@ PORTNAME= gpaint PORTVERSION= 0.2.2 CATEGORIES= graphics gnome -MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/gpaint/ +MASTER_SITES= http://www.atai.org/gpaint/ MAINTAINER= ports@FreeBSD.org COMMENT= A small-scale painting program for GNOME USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gdkpixbuf gnomeprint +USE_GNOME= gnomehack gnomeprefix gnomeprint GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |