diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 17:02:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 17:02:27 +0000 |
commit | 52c5d58921fcb6eaee151d4d2defbacbce3c598e (patch) | |
tree | 2386b7ed02bc9418c9764eee5fdba9c3c6b7fde0 /x11-toolkits/mowitz | |
parent | 44aaaca6bbffa1779bc55f28ae1cb14117e362ae (diff) | |
download | ports-52c5d58921fcb6eaee151d4d2defbacbce3c598e.tar.gz ports-52c5d58921fcb6eaee151d4d2defbacbce3c598e.zip |
Notes
Diffstat (limited to 'x11-toolkits/mowitz')
-rw-r--r-- | x11-toolkits/mowitz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/mowitz/Makefile b/x11-toolkits/mowitz/Makefile index 83bbb80129b5..6e29125ba5bb 100644 --- a/x11-toolkits/mowitz/Makefile +++ b/x11-toolkits/mowitz/Makefile @@ -6,7 +6,7 @@ PORTNAME= Mowitz PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://siag.nu/pub/mowitz/ @@ -16,8 +16,7 @@ COMMENT= This is the Mowitz ("More widgets") library LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_AUTOTOOLS= libtool:15 -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xawm=Xaw3d |