aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtk2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-30 07:31:14 +0800
committermarcus <marcus@FreeBSD.org>2003-04-30 07:31:14 +0800
commitaf1da12e485c23cd896e8cfa9c3fe8d4bef35f10 (patch)
tree0a9c2678aeec20f3402e9ee70ee10e39b0a587cb /x11-toolkits/py-gtk2
parent5173df053bfc0f134571496f46ca91e98fdd261d (diff)
downloadfreebsd-ports-gnome-af1da12e485c23cd896e8cfa9c3fe8d4bef35f10.tar.gz
freebsd-ports-gnome-af1da12e485c23cd896e8cfa9c3fe8d4bef35f10.tar.zst
freebsd-ports-gnome-af1da12e485c23cd896e8cfa9c3fe8d4bef35f10.zip
Run the pkg-install script even if BATCH is defined. These scripts are
not interactive.
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r--x11-toolkits/py-gtk2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index 8b9e03789bc4..4904cc1cd6c7 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}"
CONFIGURE_ARGS+= --disable-thread
.endif
-.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+.if !defined(PACKAGE_BUILDING)
pre-build:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif