diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-25 00:54:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-25 00:54:22 +0000 |
commit | 80e207dec8c04dd1d9cbf35a5ac93b4dcfeaecca (patch) | |
tree | c9e169425072ea233e00a37986ad7213b43838d0 /databases/gtksql | |
parent | 06b0e6dada8680b858619b9fe44091b0302c227b (diff) |
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.
Notes
Notes:
svn path=/head/; revision=21929
Diffstat (limited to 'databases/gtksql')
-rw-r--r-- | databases/gtksql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 488d3974b3d7..c66cd2d1a886 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -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} |