diff options
author | hrs <hrs@FreeBSD.org> | 2008-10-05 10:49:27 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-10-05 10:49:27 +0800 |
commit | 34dfc6c2c952cf7c883afc76a59712a48b5eb8fb (patch) | |
tree | 2d72f1f4b0c179eefd1cd6842efcf237371ce27e /emulators/linux_base-f9 | |
parent | 4cefb4c7d1474ca564e7666433248d4bcd833d62 (diff) | |
download | freebsd-ports-gnome-34dfc6c2c952cf7c883afc76a59712a48b5eb8fb.tar.gz freebsd-ports-gnome-34dfc6c2c952cf7c883afc76a59712a48b5eb8fb.tar.zst freebsd-ports-gnome-34dfc6c2c952cf7c883afc76a59712a48b5eb8fb.zip |
Fix dependency broken due to acroread7 removal.
Diffstat (limited to 'emulators/linux_base-f9')
-rw-r--r-- | emulators/linux_base-f9/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-f9/linux_base-f8/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/emulators/linux_base-f9/Makefile b/emulators/linux_base-f9/Makefile index f5dcbcd1068e..3a56d8f32dab 100644 --- a/emulators/linux_base-f9/Makefile +++ b/emulators/linux_base-f9/Makefile @@ -16,7 +16,6 @@ PKGNAMEPREFIX= linux_base- DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} EXTRACT_ONLY= ${BIN_DISTFILES} - MAINTAINER= bsam@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (for i386/amd64) @@ -211,7 +210,7 @@ do-install: @${CHOWN} root:wheel ${PREFIX}/var/lock ${PREFIX}/var/spool/mail @${CHMOD} 755 ${PREFIX}/var/lock ${PREFIX}/var/spool/mail # -# Let some linux applications (e.g. print/acroread7) print with default settings +# Let some linux applications (e.g. print/acroread8) print with default settings # @${INSTALL_SCRIPT} ${FILESDIR}/lp ${PREFIX}/usr/bin diff --git a/emulators/linux_base-f9/linux_base-f8/Makefile b/emulators/linux_base-f9/linux_base-f8/Makefile index f5dcbcd1068e..3a56d8f32dab 100644 --- a/emulators/linux_base-f9/linux_base-f8/Makefile +++ b/emulators/linux_base-f9/linux_base-f8/Makefile @@ -16,7 +16,6 @@ PKGNAMEPREFIX= linux_base- DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} EXTRACT_ONLY= ${BIN_DISTFILES} - MAINTAINER= bsam@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (for i386/amd64) @@ -211,7 +210,7 @@ do-install: @${CHOWN} root:wheel ${PREFIX}/var/lock ${PREFIX}/var/spool/mail @${CHMOD} 755 ${PREFIX}/var/lock ${PREFIX}/var/spool/mail # -# Let some linux applications (e.g. print/acroread7) print with default settings +# Let some linux applications (e.g. print/acroread8) print with default settings # @${INSTALL_SCRIPT} ${FILESDIR}/lp ${PREFIX}/usr/bin |