summaryrefslogtreecommitdiff
path: root/sysutils/fsviewer
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 21:50:52 +0000
committerjlam <jlam>2002-08-25 21:50:52 +0000
commitb6b94f0c669b1ef2a824c69854900b68ec821681 (patch)
treef54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /sysutils/fsviewer
parentac9820da6cdeb5833fdaf2717a1633972572c5de (diff)
downloadpkgsrc-b6b94f0c669b1ef2a824c69854900b68ec821681.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'sysutils/fsviewer')
-rw-r--r--sysutils/fsviewer/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/fsviewer/Makefile b/sysutils/fsviewer/Makefile
index fa70856dba6..2e05c68cd50 100644
--- a/sysutils/fsviewer/Makefile
+++ b/sysutils/fsviewer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:42 fredb Exp $
+# $NetBSD: Makefile,v 1.7 2002/08/25 21:50:57 jlam Exp $
#
DISTNAME= FSViewer.app-0.2.3
@@ -17,16 +17,16 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
# needed for the new location of WINGs include files -- can be removed
# when the application gets updated for windowmaker>=0.64.0
-CFLAGS+= -I${BUILDLINK_DIR}/include/WINGs
+CFLAGS+= -I${BUILDLINK_PREFIX.windowmaker}/include/WINGs
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_BUILDLINK_ONLY= yes
+USE_X11= yes
+USE_BUILDLINK2= yes
post-install:
cd ${PREFIX}/GNUstep/Apps/FSViewer.app && \
${PAX} -zrf ${_DISTDIR}${DISTSUBDIR}/icons.tar.gz *.xpm *.tif
-.include "../../wm/windowmaker/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../wm/windowmaker/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"