diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2dd61aca4b22d055ca2cba8fa904544f3f8cc39f (patch) | |
tree | 02cf3b0413400ead939cdfefbf254965eda87d68 /russian | |
parent | 1f59d564b6d1f91f3f7effca1734e712238e0340 (diff) | |
download | FreeBSD-ports-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.zip FreeBSD-ports-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'russian')
-rw-r--r-- | russian/xneur/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/russian/xneur/Makefile b/russian/xneur/Makefile index 13f1d5e..814e893 100644 --- a/russian/xneur/Makefile +++ b/russian/xneur/Makefile @@ -7,6 +7,7 @@ PORTNAME= xneur PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= russian MASTER_SITES= http://dists.xneur.ru/release-${DISTVERSION}/tgz/ CENKES @@ -17,8 +18,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --libdir=${PREFIX}/lib/xneur -USE_XLIB= yes USE_BZIP2= yes +USE_XORG= x11 USE_LDCONFIG= yes MAKE_ARGS= pkgconfigdir=${PREFIX}/libdata/pkgconfig |