diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-11 18:42:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-11 18:42:52 +0000 |
commit | b68b0ef62c25deec47f7123047e1b753f090cbf2 (patch) | |
tree | 1f953c63ccb505e64360f66183c4900932324dab /audio | |
parent | af8b10a8e3fb7ff38dfe44591e443da34b63dd6e (diff) | |
download | pkgsrc-b68b0ef62c25deec47f7123047e1b753f090cbf2.tar.gz |
PKG_DESTDIR_SUPPORT must be declared before bsd.prefs.mk is included.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 4942804948d..7a5a4c70b94 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2011/11/01 16:18:54 hans Exp $ +# $NetBSD: Makefile,v 1.77 2011/11/11 18:42:52 joerg Exp $ DISTNAME= arts-1.5.10 PKGREVISION= 4 @@ -6,6 +6,8 @@ CATEGORIES= audio HOMEPAGE= http://multimedia.kde.org/ COMMENT= Analog Real-Time Synthesizer +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../meta-pkgs/kde3/Makefile.kde3" .include "../../mk/bsd.prefs.mk" @@ -17,8 +19,6 @@ CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -std=c99 CFLAGS.SunOS+= -D_XOPEN_SOURCE=500 .endif -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS+= kdelibs-2* USE_TOOLS+= perl pkg-config |