From 8867db5c3a694c2d59719a606aad76847f4a1be0 Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 30 Dec 2013 18:46:15 +0000 Subject: - Stage support - Uses desktop-file-utils --- cad/geda-gattrib/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cad') diff --git a/cad/geda-gattrib/Makefile b/cad/geda-gattrib/Makefile index f475b511bb03..236f807f0685 100644 --- a/cad/geda-gattrib/Makefile +++ b/cad/geda-gattrib/Makefile @@ -21,16 +21,14 @@ DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes -USES= pkgconfig +USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk20 glib20 -USE_GMAKE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-docdir="${DOCSDIR}" --disable-update-mime-database \ --disable-update-desktop-database CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} -- cgit