diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-10-25 22:48:18 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-10-25 22:48:18 +0000 |
commit | c5698310c25af1bba3067f56728a0f163389e99b (patch) | |
tree | 690cb7c5126e8ce39f75d95397bee4032f87ee38 /print/gl2ps/Makefile | |
parent | f87a2e031657f1eb91a8c52b52ee7f84ea05dc3c (diff) | |
download | ports-c5698310c25af1bba3067f56728a0f163389e99b.tar.gz ports-c5698310c25af1bba3067f56728a0f163389e99b.zip |
Notes
Diffstat (limited to 'print/gl2ps/Makefile')
-rw-r--r-- | print/gl2ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile index 2e8aa42d8b92..f6baf8400775 100644 --- a/print/gl2ps/Makefile +++ b/print/gl2ps/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gl2ps -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= print graphics MASTER_SITES= http://www.geuz.org/gl2ps/src/ EXTRACT_SUFX= .tgz @@ -17,6 +17,7 @@ COMMENT= A C library providing vector output for OpenGL application USE_GL= yes USE_XORG= x11 xmu xi USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source pre-build: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile |