diff options
author | eric <eric@FreeBSD.org> | 2001-05-19 15:02:30 +0800 |
---|---|---|
committer | eric <eric@FreeBSD.org> | 2001-05-19 15:02:30 +0800 |
commit | 74b9d29efaab87851e545983810456a4ec445ffd (patch) | |
tree | 8bad1589d1357baa5d150996305cd29fd81a774e /audio/wmusic/Makefile | |
parent | f88b4b467c452c68d2230c3d15882df1f7fbbf64 (diff) | |
download | freebsd-ports-gnome-74b9d29efaab87851e545983810456a4ec445ffd.tar.gz freebsd-ports-gnome-74b9d29efaab87851e545983810456a4ec445ffd.tar.zst freebsd-ports-gnome-74b9d29efaab87851e545983810456a4ec445ffd.zip |
Directly depend on xpm now that the port does not depend on libdockapp.
Diffstat (limited to 'audio/wmusic/Makefile')
-rw-r--r-- | audio/wmusic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index 114eabfc20ce..3670461307fa 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes USE_GLIB= yes USE_GTK= yes USE_X_PREFIX= yes +USE_XPM= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin |