diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | f605fec2dbee8bc952241c1efb77b14fab314a12 (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /audio/libvisual0.2 | |
parent | 195c6c95e52f95c0427411eff46b821b0e62064c (diff) | |
download | pkgsrc-f605fec2dbee8bc952241c1efb77b14fab314a12.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'audio/libvisual0.2')
-rw-r--r-- | audio/libvisual0.2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libvisual0.2/Makefile b/audio/libvisual0.2/Makefile index b48f0251d1e..f812173b2d9 100644 --- a/audio/libvisual0.2/Makefile +++ b/audio/libvisual0.2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/01/26 20:19:40 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/07/14 12:55:57 joerg Exp $ # DISTNAME= libvisual-0.2.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libvisual.sourceforge.net/ COMMENT= Abstraction library between applications and audio visualisation plugins (0.2 branch) +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= libvisual<0.4.0 USE_LANGUAGES= c c++ |