diff options
author | hubertf <hubertf> | 1998-02-09 00:19:34 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-09 00:19:34 +0000 |
commit | ea333d0e26485a7e053b6795ea69f021a6d3fd3b (patch) | |
tree | d645bb9efc4b13ea9922a260b06dea1e8341f496 /editors/xemacs20 | |
parent | f12f130182cd8e368ef4a5beba564d6ae92a7321 (diff) | |
download | pkgsrc-ea333d0e26485a7e053b6795ea69f021a6d3fd3b.tar.gz |
Fix stripping of binaries (caused by fixing PR4884)
Diffstat (limited to 'editors/xemacs20')
-rw-r--r-- | editors/xemacs20/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 858ec4a1ebe..69cfe3ebef4 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $NetBSD: Makefile,v 1.9 1998/01/30 13:57:03 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/02/09 00:27:11 hubertf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -33,8 +33,6 @@ LIB_DEPENDS= Xaw3d.6.:${PORTSDIR}/x11/Xaw3d \ jpeg.7.:${PORTSDIR}/graphics/jpeg \ png.0.:${PORTSDIR}/graphics/png -#USE_GMAKE= yes -STRIP= HAS_CONFIGURE= yes WITH_DIALOGS= --with-dialogs=athena3d |