diff options
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 8ceea1df8926..052947873e0a 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -50,7 +50,7 @@ NO_BUILD= yes USE_PYTHON= yes -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) +.if !defined(PACKAGE_BUILDING) pre-configure: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif |