58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
18 lines
562 B
Makefile
18 lines
562 B
Makefile
# $NetBSD: options.mk,v 1.3 2006/12/15 20:32:57 joerg Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gimp-base
|
|
PKG_SUPPORTED_OPTIONS= gimp1-helpbrowser
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mgimp1-helpbrowser)
|
|
PLIST_SUBST+= HELPBROWSER=""
|
|
.include "../../x11/gnome-libs/buildlink3.mk"
|
|
.else
|
|
PLIST_SUBST+= HELPBROWSER="@comment "
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.endif
|