diff options
author | will <will@FreeBSD.org> | 2000-04-08 06:32:32 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-08 06:32:32 +0000 |
commit | a7d750ef3d40353a620ca09c2c3cfee632e8a331 (patch) | |
tree | be92f592b148c820170dceee28b81dce1303eb12 /emulators | |
parent | 364b52bfee9088fa6fe1405de541e199170be3c0 (diff) | |
download | FreeBSD-ports-a7d750ef3d40353a620ca09c2c3cfee632e8a331.zip FreeBSD-ports-a7d750ef3d40353a620ca09c2c3cfee632e8a331.tar.gz |
Fix distfile fennerage.
Found by: portsurvey
Diffstat (limited to 'emulators')
-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 88094ad..ecfd254 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 |