diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-14 21:37:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-14 21:37:43 +0800 |
commit | 3b3275659909f7bdc38fb5ae0ad5277bdb1dcc02 (patch) | |
tree | 4b49624262d483531f07b62e6eb12478334341c5 /mail | |
parent | 9a39932ce0b9743048ce60050c1ea4cc8a0fd355 (diff) | |
download | freebsd-ports-gnome-3b3275659909f7bdc38fb5ae0ad5277bdb1dcc02.tar.gz freebsd-ports-gnome-3b3275659909f7bdc38fb5ae0ad5277bdb1dcc02.tar.zst freebsd-ports-gnome-3b3275659909f7bdc38fb5ae0ad5277bdb1dcc02.zip |
- Fix build with custom PREFIX
PR: 136693
Submitted by: Sahil Tandon <sahil@tandon.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile index f65cf79537b3..0073ab32710e 100644 --- a/mail/pmail/Makefile +++ b/mail/pmail/Makefile @@ -18,5 +18,6 @@ USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= gnomeprefix gnomehack pygnome GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-pygtk-includes=${LOCALBASE}/include/pygtk .include <bsd.port.mk> |