diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
commit | cda30a295fd474159658e5a43f99f4441d06682f (patch) | |
tree | 2007491b9bfa70afd7bf89bf4d2324df2200b1b2 /x11-toolkits/9libs/Makefile | |
parent | 483c9c20a1b87e8a7e307cb57e7e556dc8be9a5d (diff) | |
download | ports-cda30a295fd474159658e5a43f99f4441d06682f.tar.gz ports-cda30a295fd474159658e5a43f99f4441d06682f.zip |
Notes
Diffstat (limited to 'x11-toolkits/9libs/Makefile')
-rw-r--r-- | x11-toolkits/9libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/9libs/Makefile b/x11-toolkits/9libs/Makefile index 485fa644a91a..70e5f12ca08a 100644 --- a/x11-toolkits/9libs/Makefile +++ b/x11-toolkits/9libs/Makefile @@ -7,14 +7,14 @@ PORTNAME= 9libs PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits plan9 MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Plan9 compatibility libraries -USE_XLIB= yes +USE_XORG= x11 xt ice GNU_CONFIGURE= yes CONFIGURE_ARGS+=--includedir=${PREFIX}/include/9libs |