- Re enable IGNORE when PACKAGE_BUILDING is set

Submitted by:	pavbot
This commit is contained in:
Martin Wilke 2008-04-01 23:13:18 +00:00
parent 04aeb7c9c9
commit 15d5569912
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210350

View File

@ -30,9 +30,9 @@ SUB_FILES= pkg-message
MAN1= scite.1
#.if defined(PACKAGE_BUILDING)
#IGNORE= x11-toolkits/scintilla does not build with GTK+2 support by default
#.endif
.if defined(PACKAGE_BUILDING)
IGNORE= x11-toolkits/scintilla does not build with GTK+2 support by default
.endif
pre-configure:
@if [ -n "`${PKG_INFO} -E 'scintilla-[0-9]*' 2> /dev/null`" ]; then \