diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-31 14:35:03 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-31 14:35:03 +0800 |
commit | 4fa80edf040cb2f1f4a3cd3c9034bcbe9f0e9e53 (patch) | |
tree | a40c9bcadf80d8c52cc7245fcf729af5de4d1364 | |
parent | a23c21a3b705862ec013fcc684b5ee047138643d (diff) | |
download | freebsd-ports-gnome-4fa80edf040cb2f1f4a3cd3c9034bcbe9f0e9e53.tar.gz freebsd-ports-gnome-4fa80edf040cb2f1f4a3cd3c9034bcbe9f0e9e53.tar.zst freebsd-ports-gnome-4fa80edf040cb2f1f4a3cd3c9034bcbe9f0e9e53.zip |
Put back GNU_CONFIGURE, which I managed to delete somehow in my previous
commit. This should fix the port.
Submitted by: Marcus Henschel <marcus@huehnerhund.ath.cx>
-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 8570fe24ce05..3b9eacb9894b 100644 --- a/mail/pmail/Makefile +++ b/mail/pmail/Makefile @@ -20,5 +20,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= yes +GNU_CONFIGURE= yes .include <bsd.port.mk> |