diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 17:49:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 17:49:40 +0000 |
commit | 84bc039156cbad501830d61de0d45b7b5bb8d335 (patch) | |
tree | 61541b58b1416545a5c7e3a2825e11129a91daa0 /graphics/glpng | |
parent | 848d96ee251a353e57fc7e2ceeece95722e09273 (diff) |
- Get rid of USE_X_PREFIX.
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=209457
Diffstat (limited to 'graphics/glpng')
-rw-r--r-- | graphics/glpng/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/glpng/Makefile b/graphics/glpng/Makefile index 6e21e81b683a..cbc50bcc2e4f 100644 --- a/graphics/glpng/Makefile +++ b/graphics/glpng/Makefile @@ -7,7 +7,7 @@ PORTNAME= glpng PORTVERSION= 1.45 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.wyatt100.freeserve.co.uk/ \ http://www.amdmi3.ru/distfiles/ @@ -20,8 +20,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_GL= yes USE_ZIP= yes -USE_X_PREFIX= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes AR?= /usr/bin/ar |