diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-11 09:04:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-11 09:04:52 +0000 |
commit | 447c80d90fe66d96ce45bba3108a0ef45c58f11c (patch) | |
tree | 7b2721d0873a45ffa7f219e5555675e846568dcd /databases/py-sqlrelay | |
parent | Change BUILD_DEPENDS to EXTRACT_DEPENDS. (diff) |
Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.
Submitted by: bento
Diffstat (limited to 'databases/py-sqlrelay')
-rw-r--r-- | databases/py-sqlrelay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile index 35b45dbc5e8f..a37f8c64b7ad 100644 --- a/databases/py-sqlrelay/Makefile +++ b/databases/py-sqlrelay/Makefile @@ -15,7 +15,7 @@ DISTFILES= # none MAINTAINER= knu@FreeBSD.org COMMENT= Python modules to access to SQL Relay -BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch +EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR} USE_PYTHON= yes |