diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 13:49:38 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 13:49:38 +0000 |
commit | 77e08cb99162242733f35959d173fe8e631757ad (patch) | |
tree | 6a70661767445fee7ab387b60e24660d16973b61 /graphics/ogle_gui | |
parent | b2aa3a580bae899ec8156a4a8d486fd19377386d (diff) | |
download | pkgsrc-77e08cb99162242733f35959d173fe8e631757ad.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'graphics/ogle_gui')
-rw-r--r-- | graphics/ogle_gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ogle_gui/Makefile b/graphics/ogle_gui/Makefile index 8d5decc0be2..0fd58741842 100644 --- a/graphics/ogle_gui/Makefile +++ b/graphics/ogle_gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/09/29 07:21:43 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2002/12/01 13:49:41 salo Exp $ DISTNAME= ogle_gui-0.8.5 PKGREVISION= 1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/ COMMENT= GUI for the Ogle DVD player USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes USE_X11= yes USE_GMAKE= yes |