diff options
Diffstat (limited to 'x11-wm/etoile-azalea/Makefile')
-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> |