diff options
Diffstat (limited to 'cad/geda/Makefile')
-rw-r--r-- | cad/geda/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index bf0cc459c8fb..ee03b299353c 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -3,7 +3,7 @@ PORTNAME= geda PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/ @@ -19,10 +19,8 @@ LIB_DEPENDS= libstroke.so:${PORTSDIR}/devel/libstroke \ libguile.so:${PORTSDIR}/lang/guile RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk -OPTIONS_DEFINE= DOCS - -USES= desktop-file-utils gettext gmake pathfix libtool perl5 \ - pkgconfig shared-mime-info shebangfix +USES= desktop-file-utils gettext gmake libtool pathfix perl5 \ + pkgconfig python:run shared-mime-info shebangfix SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ utils/gxyrs/*.pl utils/scripts/* \ utils/docs/*.dox gattrib/docs/*.dox \ @@ -30,9 +28,9 @@ SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ gnetlist/docs/*.dox USE_GNOME= gtk20 USE_PERL5= run -USE_PYTHON_RUN= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libstroke=${LOCALBASE} +INSTALL_TARGET= install-strip USE_LDCONFIG= yes INSTALLS_ICONS= yes @@ -50,7 +48,7 @@ CONFLICTS= geda-docs-[0-9]* geda-examples-[0-9]* geda-gattrib-[0-9]* \ PORTSCOUT= limitw:1,even -.include <bsd.port.options.mk> +OPTIONS_DEFINE= DOCS post-patch: .for dir in gattrib gschem libgeda |