Skip to content

Commit

Permalink
Added build dependency to hicolor-icon-theme. Also increased revision.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14441 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Matt Anton committed Oct 6, 2005
1 parent 2e370e3 commit 71fc86e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion audio/easytag-devel/Portfile
@@ -1,8 +1,9 @@
# $Id: Portfile,v 1.3 2005/09/27 21:02:20 matt Exp $ # $Id: Portfile,v 1.4 2005/10/06 14:49:08 matt Exp $


PortSystem 1.0 PortSystem 1.0
name easytag-devel name easytag-devel
version 1.99.8 version 1.99.8
revision 1
categories audio categories audio
platforms darwin platforms darwin
maintainers matt@opendarwin.org maintainers matt@opendarwin.org
Expand All @@ -29,6 +30,8 @@ depends_lib lib:libgtk.2:gtk2 \
lib:libintl.3:gettext \ lib:libintl.3:gettext \
lib:libmp4v2:mpeg4ip lib:libmp4v2:mpeg4ip


depends_build port:hicolor-icon-theme

configure.env LDFLAGS="-L${prefix}/lib -L${x11prefix}/lib" \ configure.env LDFLAGS="-L${prefix}/lib -L${x11prefix}/lib" \
CFLAGS="-I${prefix}/include" \ CFLAGS="-I${prefix}/include" \
CPPFLAGS="-I${prefix}/include \ CPPFLAGS="-I${prefix}/include \
Expand Down
5 changes: 4 additions & 1 deletion audio/easytag/Portfile
@@ -1,8 +1,9 @@
# $Id: Portfile,v 1.5 2005/09/27 21:26:11 matt Exp $ # $Id: Portfile,v 1.6 2005/10/06 14:49:07 matt Exp $


PortSystem 1.0 PortSystem 1.0
name easytag name easytag
version 1.1 version 1.1
revision 1
categories audio categories audio
platforms darwin platforms darwin
maintainers matt@opendarwin.org maintainers matt@opendarwin.org
Expand All @@ -25,6 +26,8 @@ depends_lib lib:libgtk.1:gtk1 \
lib:libid3:id3lib \ lib:libid3:id3lib \
lib:libintl.3:gettext lib:libintl.3:gettext


depends_build port:hicolor-icon-theme

configure.env LDFLAGS="-L${prefix}/lib -L${x11prefix}/lib" \ configure.env LDFLAGS="-L${prefix}/lib -L${x11prefix}/lib" \
CFLAGS="-I${prefix}/include" \ CFLAGS="-I${prefix}/include" \
CPPFLAGS="-I${prefix}/include \ CPPFLAGS="-I${prefix}/include \
Expand Down

0 comments on commit 71fc86e

Please sign in to comment.