diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-06 14:10:49 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-06 14:10:49 +0000 |
commit | ceed1cb80fa938ac87e917e90cfc8c482fd33f3c (patch) | |
tree | a44ecea1bd3dd56978c2ddefd39142dcd2a462d7 /graphics/evas | |
parent | 4980c21b001c228676da0b2deeece9a8be3def95 (diff) |
Notes
Diffstat (limited to 'graphics/evas')
-rw-r--r-- | graphics/evas/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 3747889bab77..b665ba9cffa1 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -8,9 +8,10 @@ PORTNAME= evas PORTVERSION= 0.0.1 CATEGORIES= graphics -MASTER_SITES= http://download.sourceforge.net/enlightenment/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= enlightenment -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= ishmael27@home.com LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp |