diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-23 02:08:46 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-23 02:08:46 +0000 |
commit | ae40234bdf30b3c4c63223a207a3a12aa90e7e29 (patch) | |
tree | 1cd313cf25a118d552370f08d18bbe7ac1334edf | |
parent | Update to version 1.95.4 (diff) |
Add a dash of Xpm.
found by: bento
Notes
Notes:
svn path=/head/; revision=40238
-rw-r--r-- | x11-wm/swm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/swm/Makefile b/x11-wm/swm/Makefile index 1028c93aa00e..6db83cb6de58 100644 --- a/x11-wm/swm/Makefile +++ b/x11-wm/swm/Makefile @@ -22,6 +22,7 @@ MAN1= swm.1 swmbg.1 PLIST= ${WRKDIR}/pkg-plist SCRIPTS= startswm.default USE_GMAKE= yes +USE_XPM= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src |