aboutsummaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
commit45a085ac121097053e07252c60df65b972d4d74c (patch)
tree87327f81a78f2fa500bff3fc34f4495e37864806 /emulators/vice
parent620d4f39c35f41046c4023311f01f21e300539df (diff)
downloadports-45a085ac121097053e07252c60df65b972d4d74c.tar.gz
ports-45a085ac121097053e07252c60df65b972d4d74c.zip
- Remove support for xfree86-3
PR: ports/106666 Submitted by: vd With hat: portmgr
Notes
Notes: svn path=/head/; revision=183965
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 45d1c24831c8..909e681c9d14 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -16,6 +16,7 @@ PKGNAMESUFFIX?= ${GNOME_SUFFIX}${PKGNAMESUFFIX2}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Emulator for Commodore C64, C128, VIC20, PET, and CBM-II
+BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
.if !defined(VICE_WITH_GNOME)
LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
@@ -89,10 +90,6 @@ CFLAGS+= -DHAVE_LIBESD=1 -DHAVE_SDL_SDL_AUDIO_H=1
CONFIGURE_ARGS+= --without-esd
.endif
-.if ${X_WINDOW_SYSTEM:L} != xfree86-3
-BUILD_DEPENDS+= bdftopcf:${X_CLIENTS_PORT}
-.endif
-
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
# ../src/resid/libresid.a(wave.o)(.rodata+0x0): relocation truncated to fit: GPREL32 *UND*
BROKEN= "GPREL relocation truncated"