summaryrefslogtreecommitdiff
path: root/sysutils/asapm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/asapm/Makefile')
-rw-r--r--sysutils/asapm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile
index da61ab142e2..46355ddb2b8 100644
--- a/sysutils/asapm/Makefile
+++ b/sysutils/asapm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/05/24 20:39:48 tv Exp $
+# $NetBSD: Makefile,v 1.5 1999/07/12 00:04:57 jlam Exp $
# FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp
#
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asapm/ \
ftp://ftp.afterstep.org/apps/asapm/ \
ftp://fuf.sh.cvut.cz/pub/AfterStep/apps/asapm/
-MAINTAINER= lamj@stat.cmu.edu
+MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.tigr.net/afterstep/as-apps/applet-list.html
DEPENDS= xpm-3.4k:../../graphics/xpm
@@ -17,5 +17,6 @@ ONLY_FOR_PLATFORM= *-*-i386 # needs apm support
GNU_CONFIGURE= yes
USE_X11BASE= yes
+CONFIGURE_ARGS+= --disable-jpeg # there actually is no JPEG support
.include "../../mk/bsd.pkg.mk"