diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
commit | e6ffa1f425ea668e859fae97edfd25a239614331 (patch) | |
tree | 255b3b2c0cd318aabd72e99ccb876cde204de6b7 /graphics/gimp-data-extras/Makefile | |
parent | 9f1b40e753cf899e58168a889a3df63c843fcb4a (diff) | |
download | ports-e6ffa1f425ea668e859fae97edfd25a239614331.tar.gz ports-e6ffa1f425ea668e859fae97edfd25a239614331.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=361727
Diffstat (limited to 'graphics/gimp-data-extras/Makefile')
-rw-r--r-- | graphics/gimp-data-extras/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-data-extras/Makefile b/graphics/gimp-data-extras/Makefile index 7b3197a4ad74..b0fe8aacf039 100644 --- a/graphics/gimp-data-extras/Makefile +++ b/graphics/gimp-data-extras/Makefile @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= gimp/extras/ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of additional brushes and patterns files for GIMP -LIB_DEPENDS= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app USES= pkgconfig USE_BZIP2= yes |