diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
commit | 3fc75d24451f17b4aa45406e122fda45844581c8 (patch) | |
tree | d55df78205fca999ce087d282021d235873bc74e /games/el | |
parent | ba391f6a40dcd8927b57d910490d1dc05f2ac571 (diff) |
Notes
Diffstat (limited to 'games/el')
-rw-r--r-- | games/el/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/el/Makefile b/games/el/Makefile index ee8d0835da56..0618104ddac4 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -8,7 +8,7 @@ PORTNAME= el PORTVERSION= 140 CATEGORIES= games -MASTER_SITES= http://bsdistfiles.googlecode.com/files/ \ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} DIST_SUBDIR= ${PORTNAME} @@ -22,6 +22,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ alut.1:${PORTSDIR}/audio/freealut RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:${PORTSDIR}/games/el-data +PROJECTHOST= bsdistfiles USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= libxml2 |