diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 13f884d423e5..cacd72c8fbbf 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 2.0.35 PORTREVISION?= 7 PORTEPOCH= 1 CATEGORIES+= graphics -MASTER_SITES= http://www.libgd.org/releases/ +MASTER_SITES= http://www.libgd.org/releases/ \ + ${MASTER_SITE_RINGSERVER} MASTER_SITE_SUBDIR= graphics/gd PKGNAMESUFFIX?= ${NOX11_SUFFIX}${PKGNAMESUFFIX2} |