diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-31 06:16:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-31 06:16:41 +0800 |
commit | ad862e1adf0b2f2f9b52de5d3bfa9fe5b5f00123 (patch) | |
tree | 3e7a0e6e7eea186191a9628a2cc89b73d6b75c04 /cad | |
parent | 7862f18856af7e6cc21e41dfe88dd7b78a8124c5 (diff) | |
download | freebsd-ports-gnome-ad862e1adf0b2f2f9b52de5d3bfa9fe5b5f00123.tar.gz freebsd-ports-gnome-ad862e1adf0b2f2f9b52de5d3bfa9fe5b5f00123.tar.zst freebsd-ports-gnome-ad862e1adf0b2f2f9b52de5d3bfa9fe5b5f00123.zip |
- Stage support
- Uses shared-mime-info
Diffstat (limited to 'cad')
-rw-r--r-- | cad/libgeda/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index fcda30ad558e..c1c125f295e5 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= pathfix gmake pkgconfig +USES= gmake pathfix pkgconfig shared-mime-info USE_GNOME= gtk20 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-update-mime-database \ @@ -24,7 +24,6 @@ CONFIGURE_ARGS= --disable-update-mime-database \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |