diff options
Diffstat (limited to 'wm/fvwm')
-rw-r--r-- | wm/fvwm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/fvwm/Makefile b/wm/fvwm/Makefile index 97a6de06f5b..0db562cc019 100644 --- a/wm/fvwm/Makefile +++ b/wm/fvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/23 10:24:14 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/01/12 11:24:43 marino Exp $ DISTNAME= fvwm-${FVWM_VER} PKGREVISION= 5 @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --with-imagepath=${PREFIX:Q}/lib/X11/fvwm2/pixmaps:${X11BASE:Q} # We don't want to have CPP from the buildlink directory CONFIGURE_ENV+= ac_cv_path_FVWM_CPP=${CPP:Q} +LDFLAGS.DragonFly+= -lX11 + post-extract: mkdir ${WRKDIR:Q}/icons cd ${WRKDIR:Q}/icons && tar -xzf ${DISTDIR:Q}/fvwm_icons.tgz |