diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-09 21:38:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-09 21:38:16 +0000 |
commit | fe71c463a99e3367b49ebc712338dfd37eb395fd (patch) | |
tree | efeacf64190ca9db170d9a3d521beff71f1a2b5c /x11-wm | |
parent | 4f1a8505e9eb412ede209a22b772aeb6052ac70b (diff) | |
download | ports-fe71c463a99e3367b49ebc712338dfd37eb395fd.tar.gz ports-fe71c463a99e3367b49ebc712338dfd37eb395fd.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/etoile-azalea/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/etoile-azalea/Makefile b/x11-wm/etoile-azalea/Makefile index e688513817e5..d0ba21b8ea96 100644 --- a/x11-wm/etoile-azalea/Makefile +++ b/x11-wm/etoile-azalea/Makefile @@ -8,7 +8,7 @@ PORTNAME= azalea PORTVERSION= 0.1.${SNAPSHOT} CATEGORIES= x11-wm -MASTER_SITES= http://io.debian.net/~tar/ports/distfiles/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP_CH} PKGNAMEPREFIX= etoile- DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig @@ -25,9 +25,9 @@ USE_GNUSTEP_LOCAL_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT} SNAPSHOT= 20060917 WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/ USE_GNUSTEP_MAKE_DIRS+= Services/Private/Azalea +ADDITIONAL_INCLUDE_DIRS+= -I${X11BASE}/include +ADDITIONAL_LIB_DIRS+= -L${X11BASE}/lib XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit -ADDITIONAL_OBJCFLAGS+= -I${X11BASE}/include -ADDITIONAL_LDFLAGS+= -L${X11BASE}/lib .include <bsd.port.mk> |