summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/opera/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile
index ba38512f2a4..66979dd80a7 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2005/12/29 06:22:24 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2006/01/09 21:05:15 joerg Exp $
DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/}
CATEGORIES= www
@@ -14,7 +14,7 @@ MAINTAINER= jdolecek@NetBSD.org
HOMEPAGE= http://www.opera.com/
COMMENT= Small, fast and customizable WWW client
-ONLY_FOR_PLATFORM= NetBSD-*-i386 SunOS-*-sparc FreeBSD-*-i386
+ONLY_FOR_PLATFORM= NetBSD-*-i386 SunOS-*-sparc FreeBSD-*-i386 DragonFly-*-i386
LICENSE= opera-850-license
@@ -33,7 +33,7 @@ OPERA_PKG_VERSION_DIR= 851
_OPERA_OPSYS?= ${OPSYS}
_OPERA_MACHINE_ARCH?= ${MACHINE_ARCH}
-.if (${_OPERA_OPSYS} == NetBSD)
+.if (${_OPERA_OPSYS} == NetBSD) || (${_OPERA_OPSYS} == DragonFly)
DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
# we need the DIST_SUBDIR=. because of the inclusion of suse's Makefile.common
@@ -95,7 +95,7 @@ SUBST_SED.opera= -e 's,/usr/,${PREFIX}/,g'
INSTALLATION_DIRS= bin man/man1
do-build:
-.if (${_OPERA_OPSYS} == NetBSD)
+.if (${_OPERA_OPSYS} == NetBSD) || (${_OPERA_OPSYS} == DragonFly)
@ ${SED} -e 's#@EMULDIR@#${EMULDIR}#g' ${FILESDIR}/opera.sh > \
${WRKDIR}/opera