diff options
-rw-r--r-- | devel/libglade2/Makefile | 16 | ||||
-rw-r--r-- | devel/libglade2/pkg-plist | 1 |
2 files changed, 1 insertions, 16 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index fe6a3b73f735..f309abdb063a 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -3,7 +3,7 @@ PORTNAME= libglade2 PORTVERSION= 2.6.4 -PORTREVISION?= 9 +PORTREVISION?= 10 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} @@ -37,23 +37,9 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \ CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports" -OPTIONS_DEFINE= PYTHON -OPTIONS_DEFAULT=PYTHON - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPYTHON} -USES+= python:2.7 -PLIST_SUB+= PYTHON="" -.else -PLIST_SUB+= PYTHON="@comment " -.endif - post-patch: @${REINPLACE_CMD} -e 's|glib-2.0|gmodule-2.0 glib-2.0|g' \ ${WRKSRC}/configure - -post-patch-PYTHON-off: @${REINPLACE_CMD} -E 's/in (python.*)+ none/in none/' \ ${WRKSRC}/configure diff --git a/devel/libglade2/pkg-plist b/devel/libglade2/pkg-plist index a96e03c04c68..e82fcc456c4f 100644 --- a/devel/libglade2/pkg-plist +++ b/devel/libglade2/pkg-plist @@ -1,4 +1,3 @@ -%%PYTHON%%bin/libglade-convert include/libglade-2.0/glade/glade-build.h include/libglade-2.0/glade/glade-init.h include/libglade-2.0/glade/glade-parser.h |