diff options
author | pat <pat@FreeBSD.org> | 2002-01-11 10:29:24 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-11 10:29:24 +0800 |
commit | 5e7c71bb3cb5c41e2bb84d60ab4e0901e89287c5 (patch) | |
tree | 251dbcb6594cffb4275ede5dd7678b452541fb94 /x11-toolkits/mowitz | |
parent | 54e272bd94cfd36ad8fb5a7dea7915aef78e634d (diff) | |
download | freebsd-ports-gnome-5e7c71bb3cb5c41e2bb84d60ab4e0901e89287c5.tar.gz freebsd-ports-gnome-5e7c71bb3cb5c41e2bb84d60ab4e0901e89287c5.tar.zst freebsd-ports-gnome-5e7c71bb3cb5c41e2bb84d60ab4e0901e89287c5.zip |
Add missing dependency for xpm
PR: 33773
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>, bento
Diffstat (limited to 'x11-toolkits/mowitz')
-rw-r--r-- | x11-toolkits/mowitz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/mowitz/Makefile b/x11-toolkits/mowitz/Makefile index b111b8a717da..ba863bdddccc 100644 --- a/x11-toolkits/mowitz/Makefile +++ b/x11-toolkits/mowitz/Makefile @@ -14,6 +14,7 @@ MAINTAINER= mi@aldan.algebra.com LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_X_PREFIX= yes +USE_XPM= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xawm=Xaw3d |