diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
commit | c6bcad2436d925c98052ed292bd0794ae0e34b45 (patch) | |
tree | 4752ebd6e8eb5959ebf00516e4ecf7156215bbce /devel/swarm | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) |
Notes
Diffstat (limited to 'devel/swarm')
-rw-r--r-- | devel/swarm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index b24291ddcd15..9c2376af2e1d 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -14,10 +14,10 @@ MAINTAINER= horance@freedom.ie.cycu.edu.tw LIB_DEPENDS= ffi.2:${PORTSDIR}/devel/libffi \ png.4:${PORTSDIR}/graphics/png \ - Xpm.4:${PORTSDIR}/graphics/xpm \ BLT24.2:${PORTSDIR}/x11-toolkits/blt USE_GMAKE= yes +USE_XPM= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \ |