diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /graphics/gst-plugins0.8-opengl | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'graphics/gst-plugins0.8-opengl')
-rw-r--r-- | graphics/gst-plugins0.8-opengl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gst-plugins0.8-opengl/Makefile b/graphics/gst-plugins0.8-opengl/Makefile index 4721d34ab15..2948d6f2769 100644 --- a/graphics/gst-plugins0.8-opengl/Makefile +++ b/graphics/gst-plugins0.8-opengl/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2007/02/15 14:58:21 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:22 joerg Exp $ # GST_PLUGINS0.8_NAME= opengl GST_PLUGINS0.8_DIR= sys/glsink +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../multimedia/gst-plugins0.8/Makefile.common" PKGREVISION= 5 |