diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-20 19:16:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-20 19:16:21 +0000 |
commit | cf4dfe44a59d7070d33288645a2fe86fa61a7c38 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /lang/sablevm-classpath-gui | |
parent | 5fea80506bff5d28a4574bc5251bd712cfee5ca5 (diff) | |
download | pkgsrc-cf4dfe44a59d7070d33288645a2fe86fa61a7c38.tar.gz |
Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION
for packages that were modified as a result.
Diffstat (limited to 'lang/sablevm-classpath-gui')
-rw-r--r-- | lang/sablevm-classpath-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sablevm-classpath-gui/Makefile b/lang/sablevm-classpath-gui/Makefile index 2d4d87fef03..234e86a8854 100644 --- a/lang/sablevm-classpath-gui/Makefile +++ b/lang/sablevm-classpath-gui/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2005/08/10 20:56:18 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/08/20 19:16:23 jlam Exp $ # .include "../../lang/sablevm-classpath/Makefile.common" PKGNAME= ${DISTNAME:S/classpath/classpath-gui/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT+= (GUI libraries) DEPENDS+= sablevm-classpath>=1.1.3nb1:../../lang/sablevm-classpath |