diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-09 04:39:18 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-09 04:39:18 +0000 |
commit | e854eb11da24fbc9ea0dc0da9e7db200d4078ce7 (patch) | |
tree | 2380268a2e956e87bbe5e1f9e9ed9a3ef9eabf4a /graphics/paintlib/Makefile | |
parent | a9b0f9a98889fd8af26ea34d14845a25cfe57aba (diff) |
Notes
Diffstat (limited to 'graphics/paintlib/Makefile')
-rw-r--r-- | graphics/paintlib/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile index 13a851953895..12a8f6e3b3b7 100644 --- a/graphics/paintlib/Makefile +++ b/graphics/paintlib/Makefile @@ -6,8 +6,7 @@ # PORTNAME= paintlib -PORTVERSION= 2.6.1 -PORTREVISION= 3 +PORTVERSION= 2.6.2 CATEGORIES= graphics devel MASTER_SITES= http://www.paintlib.de/paintlib/ @@ -27,8 +26,6 @@ CONFIGURE_ARGS= --disable-SDL --disable-dfb CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -PLIST_SUB+= DOCSDIR=${DOCSDIR:S,^${PREFIX}/,,} - MAN1= paintlib-config.1 .include <bsd.port.mk> |