diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-04 23:57:14 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-04 23:57:14 +0000 |
commit | 1726c975d2b8be1aa1d8d22a60e1b3dc3547e9e9 (patch) | |
tree | 437ff2863b3ea4ebe7f1fdfc1c5d198e216ab3f0 /devel/idutils/Makefile | |
parent | PREFIX -> LOCALBASE (portlint) (diff) |
move BUILD_DEPENDS higher up and add install-info to pkg/plist (portlint)
Diffstat (limited to 'devel/idutils/Makefile')
-rw-r--r-- | devel/idutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/idutils/Makefile b/devel/idutils/Makefile index 5c8b4e2f7489..c82bd7f18794 100644 --- a/devel/idutils/Makefile +++ b/devel/idutils/Makefile @@ -13,11 +13,11 @@ MASTER_SITE_SUBDIR= id-utils MAINTAINER= pst@FreeBSD.org -Y2K= http://www.gnu.org/software/year2000.html - # need to byte-compile a .el file BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 +Y2K= http://www.gnu.org/software/year2000.html + GNU_CONFIGURE= yes USE_GMAKE= yes |