diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-04 16:20:34 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-04 16:20:34 +0000 |
commit | bbb553382bcb707077ae5b98ca953897b1614dce (patch) | |
tree | 0b518e0ecfe9d4cb16bb649399e833120db2f85a /x11-toolkits/libXaw/Makefile | |
parent | 2f4ad6f34fd84334e2526a6b637ac6fa58580b8c (diff) | |
download | ports-bbb553382bcb707077ae5b98ca953897b1614dce.tar.gz ports-bbb553382bcb707077ae5b98ca953897b1614dce.zip |
Notes
Diffstat (limited to 'x11-toolkits/libXaw/Makefile')
-rw-r--r-- | x11-toolkits/libXaw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index 3dda64cc8efd..7f7c56d7eebe 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXaw -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 PORTEPOCH= 1 CATEGORIES= x11-toolkits @@ -16,6 +16,7 @@ COMMENT= X Athena Widgets library XORG_CAT= lib USE_XORG= printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt USE_GMAKE= yes +CONFIGURE_ARGS+=--without-xmlto MAN3= Xaw.3 |