diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /x11/xskyroot/Makefile | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) |
Notes
Diffstat (limited to 'x11/xskyroot/Makefile')
-rw-r--r-- | x11/xskyroot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xskyroot/Makefile b/x11/xskyroot/Makefile index a345fab1f7b3..626cf2bf17cd 100644 --- a/x11/xskyroot/Makefile +++ b/x11/xskyroot/Makefile @@ -7,7 +7,7 @@ PORTNAME= xskyroot PORTVERSION= 920428 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.sra.co.jp/pub/news/fj.sources/V10/ DISTFILES= 1079.gz @@ -22,6 +22,7 @@ EXTRACT_AFTER_ARGS= | ${SED} -e "/^...bin.sh/,/exit 0/!d" | ${SH} DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes USE_IMAKE= yes +USE_XORG= x11 NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xskyroot |