diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-05 10:37:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-05 10:37:52 +0000 |
commit | 0c1ab4538d54b087595d7a8f16514d04dd1f2797 (patch) | |
tree | f21783e8475252a14a9c27324eab07a32b8db432 /x11 | |
parent | d427e266d87c72ff1f7acd0f62dd7986a0f10f93 (diff) | |
download | ports-0c1ab4538d54b087595d7a8f16514d04dd1f2797.tar.gz ports-0c1ab4538d54b087595d7a8f16514d04dd1f2797.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/etoile-idle/Makefile | 2 | ||||
-rw-r--r-- | x11/etoile-xwindowserverkit/Makefile | 2 | ||||
-rw-r--r-- | x11/gskrab/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/x11/etoile-idle/Makefile b/x11/etoile-idle/Makefile index ee57cdac967e..22d29820aaaa 100644 --- a/x11/etoile-idle/Makefile +++ b/x11/etoile-idle/Makefile @@ -28,8 +28,6 @@ USE_XORG= xscrnsaver WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Services/Private/Idle -ADDITIONAL_OBJCFLAGS+= -I${LOCALBASE}/include -ADDITIONAL_LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= System/Tools/Idle XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit diff --git a/x11/etoile-xwindowserverkit/Makefile b/x11/etoile-xwindowserverkit/Makefile index df7c6d57efd9..c074e822b32b 100644 --- a/x11/etoile-xwindowserverkit/Makefile +++ b/x11/etoile-xwindowserverkit/Makefile @@ -26,7 +26,5 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} DEFAULT_LIBVERSION= 0.1.1 WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Frameworks/XWindowServerKit -ADDITIONAL_OBJCFLAGS+= -I${LOCALBASE}/include -ADDITIONAL_LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/x11/gskrab/Makefile b/x11/gskrab/Makefile index 128300ccf387..a57a0cc76aed 100644 --- a/x11/gskrab/Makefile +++ b/x11/gskrab/Makefile @@ -22,8 +22,6 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -ADDITIONAL_INCLUDE_DIRS+= -I${LOCALBASE}/include -ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/GSKrabFramework/GSKrab.framework/Versions/Current .include <bsd.port.mk> |