Move the requirement to set GTK vars from fetch-depends: to pre-patch:.
Some of us like to fetch stuff at work and take home. I could find nothing in the fetch stage that needed this information.
This commit is contained in:
parent
06b0e6dada
commit
80e207dec8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21929
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ LIB_DEPENDS += pq.2:${PORTSDIR}/databases/postgresql
|
|||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
fetch-depends:
|
||||
pre-patch:
|
||||
.if !defined(USE_MYSQL) && !defined(USE_PGSQL)
|
||||
@ ${ECHO} "You must specify which database to use, possible are:"
|
||||
@ ${ECHO}
|
||||
|
|
Loading…
Reference in a new issue