diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 18:46:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 18:46:15 +0000 |
commit | d054878971cb8c8a425991b6586ef6893e354b6c (patch) | |
tree | 0633d42e812c8c95137607e4dbee5f123b189a0c /cad/geda-gattrib/Makefile | |
parent | ab423ae3193fac6570baba6cac7feb63f3ff3fdb (diff) | |
download | ports-d054878971cb8c8a425991b6586ef6893e354b6c.tar.gz ports-d054878971cb8c8a425991b6586ef6893e354b6c.zip |
Notes
Diffstat (limited to 'cad/geda-gattrib/Makefile')
-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} |