Fix PLIST on XF4, this time for real.
bsd.prefs.mk is needed if you want to have X11BASE set. Bump PKGREVISION. Should fix GConf2 bulk build failure.
This commit is contained in:
parent
a40aa0afef
commit
a195356a9b
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.6 2002/07/18 02:19:35 rh Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2002/08/16 14:13:41 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pango-1.0.3
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.0/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.0/ \
|
||||
|
@ -19,6 +19,8 @@ USE_LIBTOOL= yes
|
|||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
# directory appeared in XFree86 4.*
|
||||
# if it is there, we are using XFree86 4.* and will
|
||||
# install some additional files
|
||||
|
|
Loading…
Reference in a new issue