diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-10 07:26:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-10 07:26:43 +0000 |
commit | 987a2089eb046daeaf88de6a553ba11d5e913ade (patch) | |
tree | a4318f0b2cddfb658d5e756697c3b6b63da4c8cf /graphics/graphos | |
parent | 75e3d6248baf33a4fda346158c7f3b75c0bdde1b (diff) |
Notes
Diffstat (limited to 'graphics/graphos')
-rw-r--r-- | graphics/graphos/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/graphos/Makefile b/graphics/graphos/Makefile index 42cfeeb388c1..be41bc0c3eba 100644 --- a/graphics/graphos/Makefile +++ b/graphics/graphos/Makefile @@ -13,10 +13,8 @@ COMMENT= Vector drawing application centered around bezier paths LICENSE= GPLv2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +USES= gnustep +USE_GNUSTEP= back build +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include <bsd.port.mk> |