aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-31 02:46:15 +0800
committerantoine <antoine@FreeBSD.org>2013-12-31 02:46:15 +0800
commit8867db5c3a694c2d59719a606aad76847f4a1be0 (patch)
tree0633d42e812c8c95137607e4dbee5f123b189a0c /cad
parentd6fc171c69186d177d597f9a9f0ca128b452861f (diff)
downloadfreebsd-ports-gnome-8867db5c3a694c2d59719a606aad76847f4a1be0.tar.gz
freebsd-ports-gnome-8867db5c3a694c2d59719a606aad76847f4a1be0.tar.zst
freebsd-ports-gnome-8867db5c3a694c2d59719a606aad76847f4a1be0.zip
- Stage support
- Uses desktop-file-utils
Diffstat (limited to 'cad')
-rw-r--r--cad/geda-gattrib/Makefile4
1 files changed, 1 insertions, 3 deletions
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 <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}