diff options
author | pav <pav@FreeBSD.org> | 2007-02-03 01:06:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-03 01:06:25 +0800 |
commit | 6ab5d7507d35041cbbcfbb95377ef6e754ad9204 (patch) | |
tree | 6e424102f1a24d3051893455ba7c00e3816e15a0 /emulators/vice | |
parent | 3d7be3e6f8d3d3c127d84db202a34207de52a2a7 (diff) | |
download | freebsd-ports-gnome-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.tar.gz freebsd-ports-gnome-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.tar.zst freebsd-ports-gnome-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.zip |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 5 |
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" |