diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-08 06:32:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-08 06:32:32 +0000 |
commit | 09e1a276a0e75525847ab38c7899ccf438755c92 (patch) | |
tree | 5f06dbd9a7737bccc799a63dfdd2ad32bb8685c7 | |
parent | a7edfc5fa5e2441a3b5f9ebdb86ed5e67a8bd7cc (diff) |
Notes
-rw-r--r-- | emulators/ksnes9x/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/ksnes9x/Makefile b/emulators/ksnes9x/Makefile index 88094adc2922..ecfd2548126c 100644 --- a/emulators/ksnes9x/Makefile +++ b/emulators/ksnes9x/Makefile @@ -8,7 +8,7 @@ DISTNAME= ksnes9x-1.2 CATEGORIES= emulators -MASTER_SITES= http://www.esquadro.com.br/~ismore/ +MASTER_SITES= http://people.FreeBSD.org/~will/distfiles/ MAINTAINER= will@FreeBSD.org @@ -16,7 +16,6 @@ LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x GNU_CONFIGURE= yes -USE_NEWGCC= yes USE_GMAKE= yes USE_QT= yes |