diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | d9e03c3558722b30a745e7e75c1d6ecc9c22c99f (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /editors/xemacs | |
parent | b735b13875cb70c66b6ea714e5270b631b195051 (diff) | |
download | pkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 73b8db8c605..46d1e4de799 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/08/04 18:49:27 martin Exp $ +# $NetBSD: Makefile,v 1.23 2000/08/23 23:14:23 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.9 @@ -18,11 +18,11 @@ USE_XAW= yes DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= xpm-3.4k:../../graphics/xpm NOT_FOR_PLATFORM= *-*-alpha *-*-mips* #fails purespace dumping -HAS_CONFIGURE= yes +HAS_CONFIGURE= YES +USE_XPM= YES DIST_SUBDIR= xemacs |