diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 21:16:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 21:16:29 +0000 |
commit | 82662fb79acf0f515c07a5ee86d88fade11502a5 (patch) | |
tree | 335398d151dbf27b3810417049e5239ce47e8aef /x11-wm | |
parent | Added piewm. (diff) |
Oops, forgot to enable "DEPENDS= ${PORTSDIR}/x11/xpm".
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/piewm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile index 9fcaa8ef56c7..4e1e80a4c203 100644 --- a/x11-wm/piewm/Makefile +++ b/x11-wm/piewm/Makefile @@ -12,7 +12,7 @@ INSTALL_MANPAGES= yes MASTER_SITES= ftp://ftp.x.org/R5contrib/ EXTRACT_SUFX= .tar.Z PKG_CMD= pkg_create -N -# DEPENDS= ${PORTSDIR}/x11/xpm +DEPENDS= ${PORTSDIR}/x11/xpm # piewm.tar.Z includes and old version of xpm, and also a bunch of .o # files plus an executable |