diff options
author | asau <asau@pkgsrc.org> | 2012-10-06 14:10:39 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-06 14:10:39 +0000 |
commit | 331246edf480f4eda17d29e21bbf8dd23fd5ec24 (patch) | |
tree | 302b2130ea1710cf302c1761a30f0dd22578be6f /graphics/xfig | |
parent | bb5c0dc635192c655023461d69804fb749162e43 (diff) | |
download | pkgsrc-331246edf480f4eda17d29e21bbf8dd23fd5ec24.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'graphics/xfig')
-rw-r--r-- | graphics/xfig/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index a4cd7f4bb5c..918b15faac7 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2011/11/29 17:55:07 drochner Exp $ +# $NetBSD: Makefile,v 1.67 2012/10/06 14:11:25 asau Exp $ DISTNAME= xfig.3.2.5b.full PKGNAME= xfig-3.2.5b @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xfig.org/ COMMENT= CAD-like 2D drawing tool, good for colorful scale drawings & ISOs -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= transfig>=3.2.4:../../print/transfig # if we're using Xaw3d, then we need 1.5E or newer since using that # version means we need a patch, which is currently used unconditionally |