View Single Post
  #3   (View Single Post)  
Old 24th August 2011
Brainfsck Brainfsck is offline
New User
 
Join Date: Aug 2011
Location: Germany
Posts: 8
Default

The problem is that I have already done that.
Code:
% cat /etc/mk.conf 
# Example /usr/pkg/etc/mk.conf file produced by bootstrap-pkgsrc
# Wed Aug 17 00:13:06 CEST 2011

.ifdef BSD_PKG_MK       # begin pkgsrc settings


PKG_DBDIR=              /var/db/pkg
LOCALBASE=              /usr/pkg
VARBASE=                /var
PKG_TOOLS_BIN=          /usr/pkg/sbin
PKGMANDIR=              man
MAKE_JOBS=              4
COPTS=                  -march=k8 -msse3
X11_TYPE=               modular

.endif                  # end pkgsrc settings

ACCEPTABLE_LICENSES+=vim-license
ACCEPTABLE_LICENSES+= openmotif-license
I've taken a look at a few Makefiles which are included, and I don't get why x11.buildlink3.mk
is included, as it's always protected against being used with a non-native X11.
Reply With Quote