diff options
author | asami <asami@FreeBSD.org> | 1994-11-24 21:16:29 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-24 21:16:29 +0000 |
commit | 06923f66803a41bcbbd9ce3fe36a6d5ae7ca6613 (patch) | |
tree | eb4b226da1efd33831395c01be64c83542446cdf /x11-wm/piewm | |
parent | acac2c317ef26fab2e26225f576e1f9625836c3c (diff) | |
download | FreeBSD-ports-06923f66803a41bcbbd9ce3fe36a6d5ae7ca6613.zip FreeBSD-ports-06923f66803a41bcbbd9ce3fe36a6d5ae7ca6613.tar.gz |
Oops, forgot to enable "DEPENDS= ${PORTSDIR}/x11/xpm".
Diffstat (limited to 'x11-wm/piewm')
-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 9fcaa8e..4e1e80a 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 |