diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-31 02:46:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-31 02:46:15 +0800 |
commit | 8867db5c3a694c2d59719a606aad76847f4a1be0 (patch) | |
tree | 0633d42e812c8c95137607e4dbee5f123b189a0c /cad | |
parent | d6fc171c69186d177d597f9a9f0ca128b452861f (diff) | |
download | freebsd-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/Makefile | 4 |
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} |