diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-01 13:36:00 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-01 13:36:00 +0000 |
commit | b222c9e68579c96f49259a0809f3053ef80acfb9 (patch) | |
tree | 3a04bb95259c169d96a96da9e1bd6c2f6b1d4058 /www/quanta | |
parent | 876aeaf3260c991fb9cc1c4341fb2ff34828ff04 (diff) | |
download | ports-b222c9e68579c96f49259a0809f3053ef80acfb9.tar.gz ports-b222c9e68579c96f49259a0809f3053ef80acfb9.zip |
Notes
Diffstat (limited to 'www/quanta')
-rw-r--r-- | www/quanta/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/quanta/Makefile b/www/quanta/Makefile index 303ec9e350cd..e9aa8cbe65e9 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -26,7 +26,14 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= alane@freebsd.org -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext \ + autoconf:${PORTSDIR}/devel/autoconf \ + automake:${PORTSDIR}/devel/automake + +ACLOCAL= aclocal +AUTOCONF= autoconf +AUTOHEADER= autoheader +AUTOMAKE= automake USE_KDELIBS_VER=3 USE_XPM= yes |