diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2007-06-23 10:33:29 +0800 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2007-06-23 10:33:29 +0800 |
commit | 688078e432208d29b0aee703114e8b8b6081c579 (patch) | |
tree | 08949b74fbe05f543c12aa679991cef460b9f4ac /misc/astrolog | |
parent | 3ad4df44d5e95f1e0787c00ca699d7075e34bfee (diff) | |
download | freebsd-ports-gnome-688078e432208d29b0aee703114e8b8b6081c579.tar.gz freebsd-ports-gnome-688078e432208d29b0aee703114e8b8b6081c579.tar.zst freebsd-ports-gnome-688078e432208d29b0aee703114e8b8b6081c579.zip |
Remove additional category
Use USE_ZIP
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index e08361ef5bbf..a1bccec2b295 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -11,7 +11,7 @@ PORTNAME= astrolog PORTVERSION= 5.40 PORTREVISION= 4 -CATEGORIES= misc astro +CATEGORIES= misc MASTER_SITES= http://www.astrolog.org/ftp/ephem/:ephem \ http://www.astrolog.org/ftp/:dist EXTRACT_ONLY= ast54unx.shr @@ -21,7 +21,7 @@ DISTFILES= ${EXTRACT_ONLY}:dist ${EPHEM}:ephem MAINTAINER= ache@FreeBSD.org COMMENT= An astrology program for X11 and alpha-numeric terminals -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +USE_ZIP= yes .if !defined(WITHOUT_X11) USE_XLIB= yes MAKE_ARGS= -DX11 |