diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-01-21 14:01:23 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-01-21 14:01:23 +0000 |
commit | be09d344576efe6a616ac57b1ef542d116d4e53e (patch) | |
tree | 9dadeaddbcad54a10205204d106b8fbe018bd831 /misc/xtide | |
parent | f2b7ef2f764d26fe3c643e96fa98e29d53ed50e9 (diff) | |
download | pkgsrc-be09d344576efe6a616ac57b1ef542d116d4e53e.tar.gz |
add missing USE_XPM
Diffstat (limited to 'misc/xtide')
-rw-r--r-- | misc/xtide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xtide/Makefile b/misc/xtide/Makefile index 79e10dcae8a..ed2879b9d11 100644 --- a/misc/xtide/Makefile +++ b/misc/xtide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/31 15:48:05 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/21 14:01:23 dmcmahill Exp $ DISTNAME= xtide-2.4 PKGNAME= ${DISTNAME} @@ -17,6 +17,7 @@ XTIDE_SRC= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= yes USE_X11= yes +USE_XPM= yes post-patch: @cd ${WRKSRC}/DOCUMENTATION; \ |