diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
commit | 1cab6cc0c3a069a33537585e2ac12e24c68ff194 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/scribus | |
parent | 68adb52506a560c8f99ee07b539c0cbafdaf3906 (diff) | |
download | pkgsrc-1cab6cc0c3a069a33537585e2ac12e24c68ff194.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 96027fb375a..e3e103eab2d 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2012/10/03 21:57:20 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2012/10/08 13:45:46 asau Exp $ DISTNAME= scribus-1.3.3.14 PKGREVISION= 10 @@ -12,8 +12,6 @@ COMMENT= Publishing layout with graphical interface # plus exceptions for qt3 and Windows GDI+ linkage LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_LIBTOOL= YES USE_TOOLS+= gmake perl pkg-config |