summaryrefslogtreecommitdiff
path: root/devel/sfml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sfml/Makefile')
-rw-r--r--devel/sfml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/sfml/Makefile b/devel/sfml/Makefile
index 9228cb1f39f6..c028ea386436 100644
--- a/devel/sfml/Makefile
+++ b/devel/sfml/Makefile
@@ -11,8 +11,8 @@ DISTNAME= SFML-${PORTVERSION}-sources
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Simple and Fast Multimedia Library
-LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
- libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libsndfile.so:audio/libsndfile \
+ libfreetype.so:print/freetype2
USES= cmake dos2unix jpeg openal:al zip:infozip
DOS2UNIX_FILES= CMakeLists.txt
@@ -28,6 +28,6 @@ PORTDATA= *
OPTIONS_DEFINE= DOXYGEN
DOXYGEN_CMAKE_ON= -DSFML_BUILD_DOC:BOOL=YES
-DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
+DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
.include <bsd.port.mk>